]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/undeclared-module-alloc.rs
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / ui / suggestions / undeclared-module-alloc.rs
1 // edition:2018
2
3 use alloc::rc::Rc; //~ ERROR failed to resolve: use of undeclared crate or module `alloc`
4
5 fn main() {}