summaryrefslogtreecommitdiff
path: root/subprojects/thiserror/tests/ui/display-underscore.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/thiserror/tests/ui/display-underscore.stderr')
-rw-r--r--subprojects/thiserror/tests/ui/display-underscore.stderr7
1 files changed, 0 insertions, 7 deletions
diff --git a/subprojects/thiserror/tests/ui/display-underscore.stderr b/subprojects/thiserror/tests/ui/display-underscore.stderr
deleted file mode 100644
index 36882b9..0000000
--- a/subprojects/thiserror/tests/ui/display-underscore.stderr
+++ /dev/null
@@ -1,7 +0,0 @@
-error: invalid format string: invalid argument name `_`
- --> tests/ui/display-underscore.rs:4:11
- |
-4 | #[error("{_}")]
- | ^ invalid argument name in format string
- |
- = note: argument name cannot be a single underscore