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