Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
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
()
{}