Sign in
rust
/
rust
/
f60b6499d84ccf8bf0c325bf7ff3f736e134b730
/
.
/
tests
/
ui
/
suggestions
/
undeclared-module-alloc.rs
blob: a19e828f2a9b9a40b852ca559682a0e20d51aed7 [
file
]
//@ edition:2018
use
alloc
::
rc
::
Rc
;
//~ ERROR cannot find module or crate `alloc`
fn
main
()
{}