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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
38 B
Rust
Raw Normal View History

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