Macro rustc_hir_typeck::type_error_struct

source ยท
macro_rules! type_error_struct {
    ($dcx:expr, $span:expr, $typ:expr, $code:expr, $($message:tt)*) => { ... };
}