update tests
This commit is contained in:
parent
69d2d735bc
commit
db9b8cef86
69 changed files with 48 additions and 215 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue