mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 02:46:12 +00:00
6 lines
122 B
Rust
6 lines
122 B
Rust
//@ edition:2018
|
|
|
|
use alloc::rc::Rc; //~ ERROR failed to resolve: use of undeclared crate or module `alloc`
|
|
|
|
fn main() {}
|