Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc-spotlight.fixed
blob: 98b0fac87898e7f27e494395b373ec4bd011f19e [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
#![feature(doc_notable_trait)]
#![deny(invalid_doc_attributes)]
#[doc(notable_trait)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait
MyTrait
{}