DEBSOURCES
Skip Quicknav
sources / rustc / 1.88.0%2Bdfsg1-1 / 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 } }