summaryrefslogtreecommitdiff
path: root/subprojects/thiserror/tests/ui/concat-display.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/thiserror/tests/ui/concat-display.stderr')
-rw-r--r--subprojects/thiserror/tests/ui/concat-display.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/subprojects/thiserror/tests/ui/concat-display.stderr b/subprojects/thiserror/tests/ui/concat-display.stderr
new file mode 100644
index 0000000..73718ae
--- /dev/null
+++ b/subprojects/thiserror/tests/ui/concat-display.stderr
@@ -0,0 +1,10 @@
+error: expected one of: string literal, `transparent`, `fmt`
+ --> 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)