summaryrefslogtreecommitdiffstats
path: root/third_party/rust/thiserror/tests/ui/transparent-struct-source.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/thiserror/tests/ui/transparent-struct-source.stderr')
-rw-r--r--third_party/rust/thiserror/tests/ui/transparent-struct-source.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/thiserror/tests/ui/transparent-struct-source.stderr b/third_party/rust/thiserror/tests/ui/transparent-struct-source.stderr
new file mode 100644
index 0000000000..3012ca3119
--- /dev/null
+++ b/third_party/rust/thiserror/tests/ui/transparent-struct-source.stderr
@@ -0,0 +1,5 @@
+error: transparent error struct can't contain #[source]
+ --> tests/ui/transparent-struct-source.rs:5:18
+ |
+5 | pub struct Error(#[source] anyhow::Error);
+ | ^^^^^^^^^