Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
run-make
/
share-generics-export-again
/
bar.rs
blob: 3895c0b6cdbb3d760b7df23c8934eca5da0210e8 [
file
] [
log
] [
blame
]
extern
crate foo
;
pub
fn
bar
()
{
foo
::
foo
();
}