diff options
Diffstat (limited to 'third_party/rust/thiserror/tests/ui/from-not-source.stderr')
-rw-r--r-- | third_party/rust/thiserror/tests/ui/from-not-source.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/rust/thiserror/tests/ui/from-not-source.stderr b/third_party/rust/thiserror/tests/ui/from-not-source.stderr new file mode 100644 index 0000000000..97136017df --- /dev/null +++ b/third_party/rust/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] + | ^^^^^^^ |