blob: 0b332840042ef2dd23cee083cd30741e44fbb7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|