Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
import3.rs
blob: ad31d356665d8b4f47713f6a89bc85d3f1a7d4cd [
file
] [
log
] [
blame
]
// error-pattern: unresolved
use
main
::
bar
;
fn
main
(
args
:
~[
str
])
{
debug
!(
"foo"
);
}