rustc/tests/ui/coherence/auxiliary/trait-with-const-param.rs
2023-08-02 10:33:26 +02:00

2 lines
38 B
Rust

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