DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.85.0%2Bdfsg3-1~deb12u3 / tests / ui / resolve / path-attr-in-const-block.rs
123456789
// issue#126516 // issue#126647 fn main() { const { #![path = foo!()] //~^ ERROR: cannot find macro `foo` in this scope } }