blob: a19e828f2a9b9a40b852ca559682a0e20d51aed7 [file] [log] [blame] [edit]
//@ edition:2018
use alloc::rc::Rc; //~ ERROR cannot find module or crate `alloc`
fn main() {}