]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-ui/deprecated-attrs.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / rustdoc-ui / deprecated-attrs.stderr
CommitLineData
6a06907d 1warning: the `passes` flag is deprecated
0bf4aa26 2 |
6a06907d
XL
3 = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
4
5warning: ignoring unknown pass `unknown-pass`
6
7warning: the `#![doc(no_default_passes)]` attribute is deprecated
8 --> $DIR/deprecated-attrs.rs:5:8
9 |
10LL | #![doc(no_default_passes)]
11 | ^^^^^^^^^^^^^^^^^
12 |
13 = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
0bf4aa26 14 = help: you may want to use `#![doc(document_private_items)]`
94b46f34 15
6a06907d
XL
16warning: the `#![doc(passes = "...")]` attribute is deprecated
17 --> $DIR/deprecated-attrs.rs:9:8
18 |
19LL | #![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
24warning: ignoring unknown pass `collapse-docs`
25 --> $DIR/deprecated-attrs.rs:9:17
26 |
27LL | #![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
32warning: the `#![doc(plugins = "...")]` attribute is deprecated
33 --> $DIR/deprecated-attrs.rs:14:8
34 |
35LL | #![doc(plugins = "xxx")]
36 | ^^^^^^^^^^^^^^^
0bf4aa26 37 |
6a06907d
XL
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>
94b46f34 40
6a06907d 41warning: 5 warnings emitted
ba9703b0 42