Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
rustdoc-ui
/
doc-attribute-unsupported.rs
blob: 3bd153117a918a97f6323320e23fa9faa7a54afc [
file
]
// This is currently not supported but should be!
#![
feature
(
rustdoc_internals
)]
#[
doc
(
attribute
=
"diagnostic::do_not_recommend"
)]
//~ ERROR
/// bla
mod
yup
{}