2023-12-11 16:55:50 -06:00
|
|
|
#![l=|x|[b;x ]] //~ ERROR attribute value must be a literal
|
2021-11-15 13:40:29 -06:00
|
|
|
//~^ ERROR cannot find attribute `l` in this scope
|
|
|
|
|
|
|
|
// notice the space at the start,
|
|
|
|
// we can't attach any attributes to this file because it needs to be at the start
|
|
|
|
|
|
|
|
// this example has been slightly modified (adding ]] at the end), so that it actually works here
|
|
|
|
// it still produces the same issue though
|
|
|
|
|
|
|
|
fn main() {}
|