Skip to main content

Module unhandled

Module unhandled 

Source
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.