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