summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0452.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/error-codes/E0452.stderr')
-rw-r--r--src/test/ui/error-codes/E0452.stderr27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/test/ui/error-codes/E0452.stderr b/src/test/ui/error-codes/E0452.stderr
deleted file mode 100644
index f67b740ff..000000000
--- a/src/test/ui/error-codes/E0452.stderr
+++ /dev/null
@@ -1,27 +0,0 @@
-error[E0452]: malformed lint attribute input
- --> $DIR/E0452.rs:1:10
- |
-LL | #![allow(foo = "")]
- | ^^^^^^^^ bad attribute argument
-
-error[E0452]: malformed lint attribute input
- --> $DIR/E0452.rs:1:10
- |
-LL | #![allow(foo = "")]
- | ^^^^^^^^ bad attribute argument
-
-error[E0452]: malformed lint attribute input
- --> $DIR/E0452.rs:1:10
- |
-LL | #![allow(foo = "")]
- | ^^^^^^^^ bad attribute argument
-
-error[E0452]: malformed lint attribute input
- --> $DIR/E0452.rs:1:10
- |
-LL | #![allow(foo = "")]
- | ^^^^^^^^ bad attribute argument
-
-error: aborting due to 4 previous errors
-
-For more information about this error, try `rustc --explain E0452`.