rust/tests/ui/attributes/validation-on-associated-items-issue-121537.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
202 B
Plaintext
Raw Normal View History

error: attribute value must be a literal
--> $DIR/validation-on-associated-items-issue-121537.rs:2:13
|
LL | #[doc = MyTrait]
| ^^^^^^^
error: aborting due to 1 previous error