progress, stuff compiles now
This commit is contained in:
parent
8ef81388e2
commit
b0feb5be2f
25 changed files with 108 additions and 76 deletions
|
@ -7,7 +7,7 @@ struct Foo<T = U, U = ()> {
|
|||
field1: T,
|
||||
field2: U,
|
||||
}
|
||||
// error: type parameters with a default cannot use forward declared
|
||||
// error: generic parameters with a default cannot use forward declared
|
||||
// identifiers
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue