rust/tests/ui/coherence/auxiliary/trait-with-const-param.rs
2023-01-11 09:32:08 +00:00

2 lines
38 B
Rust

pub trait Trait<const N: usize, T> {}