mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-06 07:37:28 +00:00
5 lines
74 B
Rust
5 lines
74 B
Rust
//@ compile-flags: -Zpolymorphize=on
|
|
|
|
#[inline(never)]
|
|
pub fn foo<T>() {}
|