1 2 3 4 5 6 7 8 9 10
// issue#126516 // issue#126647 fn main() { const { #![path = foo!()] //~^ ERROR: cannot find macro `foo` in this scope //~| ERROR malformed `path` attribute input } }