summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/auxiliary/trait-with-const-param.rs
blob: a44eb14f8e4cf53dd74bb184c25a63827f9a7dc8 (plain)
1
pub trait Trait<const N: usize, T> {}