blob: 076511d26d6d3379642736d1d309665621e6924c [file] [log] [blame] [edit]
// issue#126516
// issue#126647
fn main() {
const {
#![path = foo!()]
//~^ ERROR: cannot find macro `foo` in this scope
}
}