blob: 0b332840042ef2dd23cee083cd30741e44fbb7f2 [file] [log] [blame] [edit]
error: attribute value must be a literal
--> $DIR/issue-90878-2.rs:1:7
|
LL | #![l=|x|[b;x ]]
| ^^^^^^^^^
error: cannot find attribute `l` in this scope
--> $DIR/issue-90878-2.rs:1:5
|
LL | #![l=|x|[b;x ]]
| ^
error: aborting due to 2 previous errors