2024-10-08 14:06:56 +02:00
|
|
|
error[E0636]: the feature `rustdoc_internals` has already been enabled
|
2021-02-27 18:36:15 +01:00
|
|
|
--> $DIR/rustc-check-passes.rs:2:12
|
|
|
|
|
|
2022-07-07 04:36:10 +02:00
|
|
|
LL | #![feature(rustdoc_internals)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^
|
2021-02-27 18:36:15 +01:00
|
|
|
|
2023-11-21 16:44:51 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-02-27 18:36:15 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0636`.
|