File: concat-display.stderr

package info (click to toggle)
rust-thiserror-no-std 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (43)
1
2
3
4
5
6
7
8
9
10
error: expected string literal
  --> tests/ui/concat-display.rs:8:17
   |
8  |         #[error(concat!("invalid ", $what))]
   |                 ^^^^^^
...
13 | error_type!(Error, "foo");
   | ------------------------- in this macro invocation
   |
   = note: this error originates in the macro `error_type` (in Nightly builds, run with -Z macro-backtrace for more info)