Macro rustc_parse::maybe_recover_from_interpolated_ty_qpath [−][src]
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>::
.