1
Fork 0

adjust tests

This commit is contained in:
Ralf Jung 2020-04-22 10:21:32 +02:00
parent 1fce20340a
commit 6a8cf4a17c
175 changed files with 270 additions and 176 deletions

View file

@ -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]);