Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
imports
/
issue-37887.rs
blob: 919f46d34c6d90fedddcae8aa74f060ec11f7d7f [
file
] [
log
] [
blame
]
fn
main
()
{
extern
crate test
;
//~ ERROR use of unstable
use
test
::*;
//~ ERROR unresolved import
}