2023-12-12 09:55:50 +11:00
|
|
|
error: attribute value must be a literal
|
2021-11-15 20:40:29 +01:00
|
|
|
--> $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 ]]
|
|
|
|
| ^
|
|
|
|
|
2021-11-24 23:07:13 +01:00
|
|
|
error: aborting due to 2 previous errors
|
2021-11-15 20:40:29 +01:00
|
|
|
|