diff options
Diffstat (limited to 'subprojects/thiserror/tests/ui/expression-fallback.rs')
| -rw-r--r-- | subprojects/thiserror/tests/ui/expression-fallback.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/subprojects/thiserror/tests/ui/expression-fallback.rs b/subprojects/thiserror/tests/ui/expression-fallback.rs deleted file mode 100644 index 7269129..0000000 --- a/subprojects/thiserror/tests/ui/expression-fallback.rs +++ /dev/null @@ -1,7 +0,0 @@ -use thiserror::Error; - -#[derive(Error, Debug)] -#[error("".yellow)] -pub struct ArgError; - -fn main() {} |
