Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
undeclared-module-alloc.rs
blob: e5f22369b941a60a176adbe7f09ca3aa075ca58c [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2018
use
alloc
::
rc
::
Rc
;
//~ ERROR failed to resolve: use of undeclared crate or module `alloc`
fn
main
()
{}