macro_rules! maybe_recover_from_interpolated_ty_qpath {
($self: expr, $allow_qpath_recovery: expr) => { ... };
}
Expand description
If the next tokens are ill-formed $ty::
recover them as <$ty>::
.
macro_rules! maybe_recover_from_interpolated_ty_qpath {
($self: expr, $allow_qpath_recovery: expr) => { ... };
}
If the next tokens are ill-formed $ty::
recover them as <$ty>::
.