mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
error[E0658]: `rustc_doc_primitive` is a rustc internal attribute
|
|
--> $DIR/feature-gate-doc_primitive.rs:1:1
|
|
|
|
|
LL | #[rustc_doc_primitive = "usize"]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|