Sign in
rust
/
rust
/
0bb15457dec3cd95bb0fbbb74f7d71690dec60d6
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc-spotlight.fixed
blob: 0f8f11a9430e4e0ea4eb7b79418d4fbfeaad2787 [
file
]
//@ run-rustfix
#![feature(doc_notable_trait)]
#[doc(notable_trait)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait
MyTrait
{}