summaryrefslogtreecommitdiff
path: root/subprojects/thiserror/tests/ui/struct-with-fmt.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/thiserror/tests/ui/struct-with-fmt.stderr')
-rw-r--r--subprojects/thiserror/tests/ui/struct-with-fmt.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/subprojects/thiserror/tests/ui/struct-with-fmt.stderr b/subprojects/thiserror/tests/ui/struct-with-fmt.stderr
deleted file mode 100644
index 00463be..0000000
--- a/subprojects/thiserror/tests/ui/struct-with-fmt.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: #[error(fmt = ...)] is only supported in enums; for a struct, handwrite your own Display impl
- --> tests/ui/struct-with-fmt.rs:4:1
- |
-4 | #[error(fmt = core::fmt::Octal::fmt)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^