mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
|
error: unknown `doc` attribute `as_ptr`
|
||
|
--> $DIR/doc-attr.rs:4:7
|
||
|
|
|
||
|
LL | #[doc(as_ptr)]
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: unknown `doc` attribute `as_ptr`
|
||
|
--> $DIR/doc-attr.rs:2:8
|
||
|
|
|
||
|
LL | #![doc(as_ptr)]
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|