]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/doc-attr2.stderr
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_pa...
[rust.git] / src / test / rustdoc-ui / doc-attr2.stderr
1 error: `#![doc(test(...)]` is only allowed as a crate-level attribute
2   --> $DIR/doc-attr2.rs:4:7
3    |
4 LL | #[doc(test(no_crate_inject))]
5    |       ^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/doc-attr2.rs:2:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[deny(invalid_doc_attributes)]` implied by `#[deny(warnings)]`
13    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
14    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
15
16 error: `#![doc(test(...)]` is only allowed as a crate-level attribute
17   --> $DIR/doc-attr2.rs:9:12
18    |
19 LL |     #![doc(test(no_crate_inject))]
20    |            ^^^^^^^^^^^^^^^^^^^^^
21    |
22    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
23    = note: for more information, see issue #82730 <https://github.com/rust-lang/rust/issues/82730>
24
25 error: aborting due to 2 previous errors
26