Skip to content

Remove support for the `object ... impl` syntax

Yorick Peterse requested to merge remove-object-impl into master

This removes use of and support for the object ... impl syntax, in favour of only allowing traits to be implemented using impl ... for ....

Merge request reports