Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod to_reuse {
pub fn foo() {}
}
reuse to_reuse::foo;
//~^ ERROR functions delegation is not yet fully implemented
fn main() {}