Sign in
rust
/
rust
/
9b1f20d20dc00a950f99a00a34be9d2ca78d1f0d
/
.
/
tests
/
run-make
/
rustdoc-scrape-examples-whitespace
/
examples
/
ex.rs
blob: 09df782a1367d6b4ea217955e955cebb38a95c80 [
file
]
struct
Foo
;
impl
Foo
{
fn
bar
()
{
foobar
::
ok
();
}
}
fn
main
()
{
Foo
::
bar
();
}