summary refs log tree commit diff
path: root/src/test/rustdoc-ui/deprecated-attrs.stderr
blob: 77ba4b2a2b67e2be186e1251b29a89ce445d4ca9 (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