mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
error: the feature `if_let` has already been enabled
|
|
--> $DIR/duplicate-features.rs:7:12
|
|
|
|
|
LL | #![feature(if_let)]
|
|
| ^^^^^^
|
|
|
|
|
= note: `#[deny(duplicate_features)]` on by default
|
|
|
|
error: the feature `rust1` has already been enabled
|
|
--> $DIR/duplicate-features.rs:4:12
|
|
|
|
|
LL | #![feature(rust1)]
|
|
| ^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|