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

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