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