]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/issue-90878-2.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / consts / issue-90878-2.rs
CommitLineData
04454e1e 1 #![l=|x|[b;x ]] //~ ERROR unexpected expression: `|x| [b; x]`
3c0e092e
XL
2//~^ ERROR cannot find attribute `l` in this scope
3
4// notice the space at the start,
5// we can't attach any attributes to this file because it needs to be at the start
6
7// this example has been slightly modified (adding ]] at the end), so that it actually works here
8// it still produces the same issue though
9
10fn main() {}