rust/tests/rustdoc-ui/lints/doc-spotlight.fixed
2026-02-05 11:36:45 -08:00

7 lines
167 B
Rust

//@ run-rustfix
#![feature(doc_notable_trait)]
#![deny(invalid_doc_attributes)]
#[doc(notable_trait)]
//~^ ERROR unknown `doc` attribute `spotlight`
trait MyTrait {}