rust/tests/ui/const-generics/unused-const-param.rs

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

6 lines
61 B
Rust
Raw Normal View History

// check-pass
2019-04-17 23:30:27 +00:00
struct A<const N: usize>; // ok
fn main() {}