summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0452.stderr
blob: 7c3093309f9e1b3f29206c8cd56c94cb3f5c0bb9 (plain)
1
2
3
4
5
6
7
8
9
error[E0452]: malformed lint attribute
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0452`.