Skip to content

Add warning for badly staged types.

Oleg Grenrus requested to merge wip/warn-badly-staged-types into master

Resolves #23829 (closed).

The stage violation results in out-of-bound names in splices. Technically this is an error, but someone might rely on this!?

One important change is that we now track stages for TyVars.

Merge request reports