[][src]Macro syntax::type_error_struct

macro_rules! type_error_struct {
    ($session:expr, $span:expr, $typ:expr, $code:ident, $($message:tt)*) => { ... };
}