mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 12:35:55 +00:00
8 lines
84 B
Rust
8 lines
84 B
Rust
// check-pass
|
|
|
|
trait Trait {}
|
|
|
|
fn f<const N: usize>(_: impl Trait) {}
|
|
|
|
fn main() {}
|