rust/tests/ui/resolve/path-attr-in-const-block.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
194 B
Plaintext
Raw Permalink Normal View History

2024-06-20 06:44:36 -05:00
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