]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/deprecated-attrs.stderr
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / rustdoc-ui / deprecated-attrs.stderr
1 warning: the `passes` flag no longer functions
2    |
3    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
4    = help: you may want to use --document-private-items
5
6 warning: the `#![doc(no_default_passes)]` attribute is deprecated
7   --> $DIR/deprecated-attrs.rs:5:8
8    |
9 LL | #![doc(no_default_passes)]
10    |        ^^^^^^^^^^^^^^^^^
11    |
12    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
13    = help: `#![doc(no_default_passes)]` no longer functions; you may want to use `#![doc(document_private_items)]`
14
15 warning: the `#![doc(passes = "...")]` attribute is deprecated
16   --> $DIR/deprecated-attrs.rs:9:8
17    |
18 LL | #![doc(passes = "collapse-docs unindent-comments")]
19    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20    |
21    = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
22    = help: `#![doc(passes = "...")]` no longer functions; you may want to use `#![doc(document_private_items)]`
23
24 warning: the `#![doc(plugins = "...")]` attribute is deprecated
25   --> $DIR/deprecated-attrs.rs:13:8
26    |
27 LL | #![doc(plugins = "xxx")]
28    |        ^^^^^^^^^^^^^^^
29    |
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>
32
33 warning: 3 warnings emitted
34