rust/tests/ui/consts/issue-90878-2.stderr
2023-01-11 09:32:08 +00:00

15 lines
284 B
Plaintext

error: unexpected expression: `|x| [b; x]`
--> $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