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, 0 insertions, 10 deletions
diff --git a/subprojects/thiserror/tests/ui/concat-display.stderr b/subprojects/thiserror/tests/ui/concat-display.stderr
deleted file mode 100644
index 73718ae..0000000
--- a/subprojects/thiserror/tests/ui/concat-display.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-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)