mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
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
|
|
|