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