]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-ui/deprecated-attrs.stderr
New upstream version 1.73.0+dfsg1
[rustc.git] / tests / rustdoc-ui / deprecated-attrs.stderr
CommitLineData
a2a8927a 1warning: the `passes` flag no longer functions
0bf4aa26 2 |
6a06907d 3 = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
a2a8927a 4 = help: you may want to use --document-private-items
6a06907d
XL
5
6warning: the `#![doc(no_default_passes)]` attribute is deprecated
7 --> $DIR/deprecated-attrs.rs:5:8
8 |
9LL | #![doc(no_default_passes)]
10 | ^^^^^^^^^^^^^^^^^
11 |
12 = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
a2a8927a 13 = help: `#![doc(no_default_passes)]` no longer functions; you may want to use `#![doc(document_private_items)]`
94b46f34 14
6a06907d
XL
15warning: the `#![doc(passes = "...")]` attribute is deprecated
16 --> $DIR/deprecated-attrs.rs:9:8
17 |
18LL | #![doc(passes = "collapse-docs unindent-comments")]
19 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 |
21 = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
a2a8927a 22 = help: `#![doc(passes = "...")]` no longer functions; you may want to use `#![doc(document_private_items)]`
6a06907d
XL
23
24warning: the `#![doc(plugins = "...")]` attribute is deprecated
a2a8927a 25 --> $DIR/deprecated-attrs.rs:13:8
6a06907d
XL
26 |
27LL | #![doc(plugins = "xxx")]
28 | ^^^^^^^^^^^^^^^
0bf4aa26 29 |
6a06907d
XL
30 = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
31 = warning: `#![doc(plugins = "...")]` no longer functions; see CVE-2018-1000622 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000622>
94b46f34 32
a2a8927a 33warning: 3 warnings emitted
ba9703b0 34