aboutsummaryrefslogtreecommitdiff
path: root/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/ui/unexpected-field-fmt.stderr')
-rw-r--r--vendor/thiserror/tests/ui/unexpected-field-fmt.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr b/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr
deleted file mode 100644
index bf3c24d..0000000
--- a/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: not expected here; the #[error(...)] attribute belongs on top of a struct or an enum variant
- --> tests/ui/unexpected-field-fmt.rs:6:9
- |
-6 | #[error("...")]
- | ^^^^^^^^^^^^^^^