Remove OwnedTyped*
and use new Spans
#817
Labels
compiler
General compiler. Should eventually become more specific as the issue is triaged
good first issue
Good for newcomers
team:compiler
Compiler Team
Those
OwnedTypedStructField
and enum field types were implemented as a work around until spans didn't have reference lifetimes associated with them. Now thatSpan
s don't do that, we can safely remove them.The text was updated successfully, but these errors were encountered: