Sign in
rust
/
rust
/
085da0cee4e6de6408c401ea2a807eff6b701307
/
.
/
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
{}