]> git.proxmox.com Git - rustc.git/blob - tests/ui/rustdoc/doc-primitive.stderr
d61eb381647959c09fc28192c3d8a6187c41b14b
[rustc.git] / tests / ui / rustdoc / doc-primitive.stderr
1 error: unknown `doc` attribute `primitive`
2 --> $DIR/doc-primitive.rs:3:7
3 |
4 LL | #[doc(primitive = "foo")]
5 | ^^^^^^^^^^^^^^^^^
6 |
7 = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8 = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
9 note: the lint level is defined here
10 --> $DIR/doc-primitive.rs:1:9
11 |
12 LL | #![deny(invalid_doc_attributes)]
13 | ^^^^^^^^^^^^^^^^^^^^^^
14
15 error: aborting due to previous error
16