mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
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
|
|
|