DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / traits / auxiliary / anon_trait_static_method_lib.rs
123456789
pub struct Foo { pub x: isize } impl Foo { pub fn new() -> Foo { Foo { x: 3 } } }