mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-19 00:34:23 +00:00
6 lines
85 B
Rust
6 lines
85 B
Rust
#![feature(no_core)]
|
|
#![allow(internal_features)]
|
|
#![no_core]
|
|
#![no_std]
|
|
#![no_main]
|