mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 11:41:02 +00:00
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
error: cannot find macro `foo` in this scope
|
|
--> $DIR/path-attr-in-const-block.rs:6:19
|
|
|
|
|
LL | #![path = foo!()]
|
|
| ^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|