mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-24 16:10:10 +00:00
7 lines
110 B
Rust
7 lines
110 B
Rust
fn main() {
|
|
let _ = const {
|
|
//~^ ERROR inline-const is experimental [E0658]
|
|
true
|
|
};
|
|
}
|