blob: 18adf3a880ace2a59cd775e0738056b0fcbb18e4 [file] [log] [blame]
error[E0636]: the feature `if_let` has already been declared
--> $DIR/duplicate-features.rs:7:12
|
LL | #![feature(if_let)] //~ ERROR the feature `if_let` has already been declared
| ^^^^^^
error[E0636]: the feature `rust1` has already been declared
--> $DIR/duplicate-features.rs:4:12
|
LL | #![feature(rust1)] //~ ERROR the feature `rust1` has already been declared
| ^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0636`.