Sign in
rust
/
rust
/
bef489b0ce648ca033720e2ccf227c461e4fc0ee
/
.
/
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
()
{}