diff options
Diffstat (limited to 'vendor/thiserror/tests/ui/unexpected-field-fmt.stderr')
-rw-r--r-- | vendor/thiserror/tests/ui/unexpected-field-fmt.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr b/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr new file mode 100644 index 0000000..bf3c24d --- /dev/null +++ b/vendor/thiserror/tests/ui/unexpected-field-fmt.stderr @@ -0,0 +1,5 @@ +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("...")] + | ^^^^^^^^^^^^^^^ |