rust/tests/ui/coherence/auxiliary/trait-with-const-param.rs

2 lines
38 B
Rust
Raw Normal View History

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