about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/deprecated-attrs.stderr
blob: 61228034a689df41465001adf9e34a705a4e168c (plain)
1
2
3
4
5
6
7
8
9
warning: the `#![doc(no_default_passes)]` attribute is considered deprecated
   |
   = warning: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
   = help: you may want to use `#![doc(document_private_items)]`

warning: the `#![doc(passes = "...")]` attribute is considered deprecated
   |
   = warning: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information