mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 17:28:12 +00:00
5 lines
73 B
Rust
5 lines
73 B
Rust
// compile-flags: -Zpolymorphize=on
|
|
|
|
#[inline(never)]
|
|
pub fn foo<T>() {}
|