]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/deprecated-attrs.stderr
Auto merge of #83314 - Aaron1011:print-unstable-value, r=lcnr
[rust.git] / src / test / rustdoc-ui / deprecated-attrs.stderr
1 warning: the `passes` flag is deprecated
2    |
3    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
4
5 warning: ignoring unknown pass `unknown-pass`
6
7 warning: the `#![doc(no_default_passes)]` attribute is deprecated
8   --> $DIR/deprecated-attrs.rs:5:8
9    |
10 LL | #![doc(no_default_passes)]
11    |        ^^^^^^^^^^^^^^^^^
12    |
13    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
14    = help: you may want to use `#![doc(document_private_items)]`
15
16 warning: the `#![doc(passes = "...")]` attribute is deprecated
17   --> $DIR/deprecated-attrs.rs:9:8
18    |
19 LL | #![doc(passes = "collapse-docs unindent-comments")]
20    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21    |
22    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
23
24 warning: ignoring unknown pass `collapse-docs`
25   --> $DIR/deprecated-attrs.rs:9:17
26    |
27 LL | #![doc(passes = "collapse-docs unindent-comments")]
28    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29    |
30    = note: the `collapse-docs` pass was removed in #80261 <https://github.com/rust-lang/rust/pull/80261>
31
32 warning: the `#![doc(plugins = "...")]` attribute is deprecated
33   --> $DIR/deprecated-attrs.rs:14:8
34    |
35 LL | #![doc(plugins = "xxx")]
36    |        ^^^^^^^^^^^^^^^
37    |
38    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
39    = warning: `#![doc(plugins = "...")]` no longer functions; see CVE-2018-1000622 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000622>
40
41 warning: 5 warnings emitted
42