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