blob: 19d2745577be11479f38d34f250d6ceb8e2bc7f0 [file] [log] [blame]
error: cannot find macro `foo` in this scope
--> $DIR/path-attr-in-const-block.rs:6:19
|
LL | #![path = foo!()]
| ^^^
error: attribute value must be a literal
--> $DIR/path-attr-in-const-block.rs:6:19
|
LL | #![path = foo!()]
| ^^^^^^
error: aborting due to 2 previous errors