Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-37887.rs
blob: 919f46d34c6d90fedddcae8aa74f060ec11f7d7f [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
extern
crate test
;
//~ ERROR use of unstable
use
test
::*;
//~ ERROR unresolved import
}