diff options
Diffstat (limited to 'vendor/thiserror/tests/ui/unexpected-struct-source.stderr')
-rw-r--r-- | vendor/thiserror/tests/ui/unexpected-struct-source.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/thiserror/tests/ui/unexpected-struct-source.stderr b/vendor/thiserror/tests/ui/unexpected-struct-source.stderr new file mode 100644 index 0000000..6f15841 --- /dev/null +++ b/vendor/thiserror/tests/ui/unexpected-struct-source.stderr @@ -0,0 +1,5 @@ +error: not expected here; the #[source] attribute belongs on a specific field + --> tests/ui/unexpected-struct-source.rs:4:1 + | +4 | #[source] + | ^^^^^^^^^ |