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