adjust tests
This commit is contained in:
parent
1fce20340a
commit
6a8cf4a17c
175 changed files with 270 additions and 176 deletions
|
@ -1,5 +1,5 @@
|
|||
#![feature(const_generics)]
|
||||
//~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
|
||||
//~^ WARN the feature `const_generics` is incomplete
|
||||
|
||||
#[allow(dead_code)]
|
||||
struct ArithArrayLen<const N: usize>([u32; 0 + N]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue