Skip to content

ErrorID no longer being reported for 54 #16130

Closed
@ckipp01

Description

@ckipp01

Compiler version

3.2.2-RC1-bin-20220930-fff8c0d-NIGHTLY-git-fff8c0d

Minimized code

@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. 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 #15986.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions