2024-06-20 19:44:36 +08:00
|
|
|
error: cannot find macro `foo` in this scope
|
|
|
|
|
--> $DIR/path-attr-in-const-block.rs:6:19
|
|
|
|
|
|
|
|
|
|
|
LL | #![path = foo!()]
|
|
|
|
|
| ^^^
|
|
|
|
|
|
2025-08-23 19:42:14 +02:00
|
|
|
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
|
2024-06-20 19:44:36 +08:00
|
|
|
|