Expand description
Indicate a branch which will never be taken. Currently expands to
unimplemented!() in every build; the unreachable_unchecked() arm below
is parked behind #[cfg(disable)] until callsites are vetted.
Indicate a branch which will never be taken. Currently expands to
unimplemented!() in every build; the unreachable_unchecked() arm below
is parked behind #[cfg(disable)] until callsites are vetted.