mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-28 21:45:01 +00:00
6 lines
59 B
Rust
6 lines
59 B
Rust
#![feature(effects)]
|
|
|
|
pub const fn load() -> i32 {
|
|
0
|
|
}
|