summaryrefslogtreecommitdiffstats
path: root/third_party/rust/thiserror/tests/ui/unexpected-struct-source.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/thiserror/tests/ui/unexpected-struct-source.stderr')
-rw-r--r--third_party/rust/thiserror/tests/ui/unexpected-struct-source.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/thiserror/tests/ui/unexpected-struct-source.stderr b/third_party/rust/thiserror/tests/ui/unexpected-struct-source.stderr
new file mode 100644
index 0000000000..6f15841dc0
--- /dev/null
+++ b/third_party/rust/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]
+ | ^^^^^^^^^