You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err.span_suggestion(lo.shrink_to_lo(),&format!("{}you can still access the deprecated `try!()` macro using the \"raw identifier\" syntax", prefix),"r#".to_string(),Applicability::MachineApplicable);
1083
+
err.emit();
1084
+
Ok(self.mk_expr_err(lo.to(hi)))
1085
+
}else{
1086
+
Err(self.expected_expression_found())// The user isn't trying to invoke the try! macro
1087
+
}
1088
+
}
1089
+
1057
1090
/// Recovers a situation like `for ( $pat in $expr )`
1058
1091
/// and suggest writing `for $pat in $expr` instead.
0 commit comments