Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc-spotlight.fixed
blob: 0f8f11a9430e4e0ea4eb7b79418d4fbfeaad2787 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
#![feature(doc_notable_trait)]
#[doc(notable_trait)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait
MyTrait
{}