DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / run-make / rustdoc-scrape-examples-whitespace / examples / ex.rs
12345678
struct Foo; impl Foo { fn bar() { foobar::ok(); } } fn main() { Foo::bar(); }