blob: 699e7d86f2581c53a5c7cd46240ff84e863b2dcd [file] [edit]
reuse a as b {
//~^ ERROR cannot find function `a` in this scope
//~| ERROR functions delegation is not yet fully implemented
dbg!(b);
//~^ ERROR missing lifetime specifier
}
fn main() {}