Macro std::unreachable 1.0.0[−][src]
macro_rules! unreachable {
() => { ... };
($msg : expr $(,) ?) => { ... };
($fmt : expr, $($arg : tt) *) => { ... };
}
Expand description
unreachable!() 宏
macro_rules! unreachable {
() => { ... };
($msg : expr $(,) ?) => { ... };
($fmt : expr, $($arg : tt) *) => { ... };
}
unreachable!() 宏