## Compiler version 3.2.2-RC1-bin-20220930-fff8c0d-NIGHTLY-git-fff8c0d ## Minimized code ```Scala @main def ParameterizedTypeLacksArgumentsID = trait Foo(x: Int) val foo = new Foo {} ``` ## Output Previously this code would error with the unique error id of 54. You can see the expected output [here](https://github.com/ckipp01/dotty-error-index/blob/main/checkfiles/054_ParameterizedTypeLacksArgumentsID.check). Now this is reported without an error ID. ## Expectation I'd expect the error ID to still be reported here. I consider it a regression that it's not. Digging in, it seems that this was removed in https://github.com/lampepfl/dotty/pull/15986.