summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/ui/from-not-source.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/ui/from-not-source.stderr')
-rw-r--r--vendor/thiserror/tests/ui/from-not-source.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/thiserror/tests/ui/from-not-source.stderr b/vendor/thiserror/tests/ui/from-not-source.stderr
new file mode 100644
index 000000000..97136017d
--- /dev/null
+++ b/vendor/thiserror/tests/ui/from-not-source.stderr
@@ -0,0 +1,5 @@
+error: #[from] is only supported on the source field, not any other field
+ --> tests/ui/from-not-source.rs:7:5
+ |
+7 | #[from]
+ | ^^^^^^^