1
Fork 0

update tests

This commit is contained in:
Ellen 2021-10-23 16:57:49 +01:00
parent 69d2d735bc
commit db9b8cef86
69 changed files with 48 additions and 215 deletions

View file

@ -1,5 +1,3 @@
#![feature(const_generics_defaults)]
struct Struct<const N: usize = { Self; 10 }>;
//~^ ERROR generic parameters cannot use `Self` in their defaults [E0735]