rust/tests/ui/rustdoc/doc-primitive.stderr
Guillaume Gomez 4936973d49 Fix ui tests
2025-12-10 12:28:05 +01:00

14 lines
327 B
Text

error: unknown `doc` attribute `primitive`
--> $DIR/doc-primitive.rs:3:7
|
LL | #[doc(primitive = "foo")]
| ^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/doc-primitive.rs:1:9
|
LL | #![deny(invalid_doc_attributes)]
| ^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error