mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:31:52 +00:00
5 lines
93 B
Rust
5 lines
93 B
Rust
// check-pass
|
|
// https://github.com/rust-lang/rust/issues/46976
|
|
|
|
pub fn ice(f: impl Fn()) {}
|