Macro rustc_middle::err_ub_custom

source ·
macro_rules! err_ub_custom {
    ($msg:expr $(, $($name:ident = $value:expr),* $(,)?)?) => { ... };
}