aboutsummaryrefslogtreecommitdiff
path: root/vendor/thiserror/tests/ui/unexpected-struct-source.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/ui/unexpected-struct-source.rs')
-rw-r--r--vendor/thiserror/tests/ui/unexpected-struct-source.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/thiserror/tests/ui/unexpected-struct-source.rs b/vendor/thiserror/tests/ui/unexpected-struct-source.rs
deleted file mode 100644
index f396494..0000000
--- a/vendor/thiserror/tests/ui/unexpected-struct-source.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-use thiserror::Error;
-
-#[derive(Error, Debug)]
-#[source]
-pub struct Error;
-
-fn main() {}