Closed
Description
... and remove the entire impl block for constructing values of type Scope
This will cause a lot of fallout throughout the compiler requiring changing Scope::Foo(x)
to Scope { id: x, data: ScopeData::Foo }
First #54032 needs to get merged though.