Macro fstrings_rust::panic_f[][src]

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

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