Macro fstrings_rust::unreachable_f[][src]

macro_rules! unreachable_f {
    (
            $($dol $stream : expr,)? $dol($dol args:tt)*
        ) => { ... };
}

Like unreachable!, but with basic f-string interpolation.