Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc-spotlight.rs
blob: c1f90dd442b259e62faf675fd66eedf893cdf456 [
file
]
//@ run-rustfix
#![
feature
(
doc_notable_trait
)]
#[
doc
(
spotlight
)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait
MyTrait
{}