]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rustdoc/deny-invalid-doc-attrs.stderr
Rollup merge of #85663 - fee1-dead:document-arc-from, r=m-ou-se
[rust.git] / src / test / ui / rustdoc / deny-invalid-doc-attrs.stderr
1 error: unknown `doc` attribute `x`
2   --> $DIR/deny-invalid-doc-attrs.rs:3:8
3    |
4 LL | #![doc(x)]
5    |        ^
6    |
7 note: the lint level is defined here
8   --> $DIR/deny-invalid-doc-attrs.rs:1:9
9    |
10 LL | #![deny(invalid_doc_attributes)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^
12    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
13    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
14
15 error: aborting due to previous error
16