mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
6 lines
81 B
Rust
6 lines
81 B
Rust
#![feature(no_core)]
|
|
#![no_core]
|
|
#![deny(rust_2018_idioms)]
|
|
|
|
pub use ::alloc::*;
|