Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod a {
pub struct S;
impl S {
fn new() -> S { S }
}
fn main() {
let _ = a::S::new(); //~ ERROR associated function `new` is private