mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
11 lines
279 B
Plaintext
11 lines
279 B
Plaintext
error: the feature `rustdoc_internals` has already been enabled
|
|
--> $DIR/rustc-check-passes.rs:2:12
|
|
|
|
|
LL | #![feature(rustdoc_internals)]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `#[deny(duplicate_features)]` on by default
|
|
|
|
error: aborting due to 1 previous error
|
|
|