Bless test fallout (duplicate diagnostics)

This commit is contained in:
Michael Goulet 2024-03-20 12:52:54 -04:00
parent aa39dbb962
commit ce5f8c93fa
54 changed files with 571 additions and 128 deletions

View file

@ -3,6 +3,7 @@
trait T {
type A: S<C<X = 0i32> = 34>;
//~^ ERROR associated type bindings are not allowed here
//~| ERROR associated type bindings are not allowed here
}
trait S {