blob: e5f22369b941a60a176adbe7f09ca3aa075ca58c [file] [log] [blame]
//@ edition:2018
use alloc::rc::Rc; //~ ERROR failed to resolve: use of undeclared crate or module `alloc`
fn main() {}