diff options
Diffstat (limited to 'vendor/thiserror/tests/ui/unexpected-struct-source.stderr')
-rw-r--r-- | vendor/thiserror/tests/ui/unexpected-struct-source.stderr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/thiserror/tests/ui/unexpected-struct-source.stderr b/vendor/thiserror/tests/ui/unexpected-struct-source.stderr deleted file mode 100644 index 6f15841..0000000 --- a/vendor/thiserror/tests/ui/unexpected-struct-source.stderr +++ /dev/null @@ -1,5 +0,0 @@ -error: not expected here; the #[source] attribute belongs on a specific field - --> tests/ui/unexpected-struct-source.rs:4:1 - | -4 | #[source] - | ^^^^^^^^^ |