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