mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
15 lines
284 B
Plaintext
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
|
|
|