You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-remove dead bs_syntaxerr variants (Conflict_bs_bs_this_bs_meth, Unhandled_poly_type)
A prior revert that fixed the Misplaced_label_syntax line move also restored
these two dead variants. Neither is reachable: Conflict_bs_bs_this_bs_meth is
never raised, and Unhandled_poly_type's only use was replaced with assert
false in ast_core_type. Remove both again; keep Misplaced_label_syntax in
place.
0 commit comments