Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct T;
fn main() {
T::new();
//~^ ERROR no function or associated item named `new` found
}