rust/src/test/rustdoc-ui/deprecated-attrs.stderr

12 lines
459 B
Text
Raw Normal View History

warning: the `#![doc(no_default_passes)]` attribute is considered deprecated
2018-09-19 18:39:39 -05:00
|
2020-02-07 13:07:02 +01:00
= warning: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
2018-09-19 18:39:39 -05:00
= help: you may want to use `#![doc(document_private_items)]`
warning: the `#![doc(passes = "...")]` attribute is considered deprecated
2018-09-19 18:39:39 -05:00
|
2020-02-07 13:07:02 +01:00
= warning: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information
warning: 2 warnings emitted