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
[reconfigurator] Replace todo!s with error returns (#7552)
These were supposed to be fixed before merging #7495, but were not.
Both of these are of the flavor "should never happen unless there's an
internal bug" and could arguably be `debug_assert`s, but having the
option for Nexus panics due to internal bugs here is not awesome.
0 commit comments