| error: unknown `doc` attribute `as_ptr` |
| --> $DIR/doc-attr-2.rs:4:7 |
| | |
| LL | #[doc(as_ptr)] |
| | ^^^^^^ |
| | |
| = note: `#[deny(invalid_doc_attributes)]` on by default |
| |
| error: unknown `doc` attribute `foo::bar` |
| --> $DIR/doc-attr-2.rs:8:7 |
| | |
| LL | #[doc(foo::bar, crate::bar::baz = "bye")] |
| | ^^^^^^^^ |
| |
| error: unknown `doc` attribute `crate::bar::baz` |
| --> $DIR/doc-attr-2.rs:8:17 |
| | |
| LL | #[doc(foo::bar, crate::bar::baz = "bye")] |
| | ^^^^^^^^^^^^^^^ |
| |
| error: unknown `doc` attribute `as_ptr` |
| --> $DIR/doc-attr-2.rs:1:8 |
| | |
| LL | #![doc(as_ptr)] |
| | ^^^^^^ |
| |
| error: aborting due to 4 previous errors |
| |