]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/deprecated-attrs.stderr
add ui test for rustdoc's deprecated attributes
[rust.git] / src / test / rustdoc-ui / deprecated-attrs.stderr
1 warning: WARNING: the `#![doc(no_default_passes)]` attribute is considered deprecated
2   |
3   = warning: please see https://github.com/rust-lang/rust/issues/44136
4   = help: you may want to use `#![doc(document_private_items)]`
5
6 warning: WARNING: the `#![doc(passes = "...")]` attribute is considered deprecated
7   |
8   = warning: please see https://github.com/rust-lang/rust/issues/44136
9