rustc/tests/ui/coherence/auxiliary/trait-with-const-param.rs
2023-08-02 11:30:00 +02:00

2 lines
38 B
Rust

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