Fix affected tests

This commit is contained in:
Esteban Küber 2017-06-11 23:49:28 -07:00
parent 3a7dbf48fe
commit 5fcfa08e98
10 changed files with 14 additions and 13 deletions

View file

@ -2851,7 +2851,8 @@ impl<'a> Parser<'a> {
_ => "a type".to_string(),
};
err.span_suggestion(suggestion_span,
"if you want to compare the casted value then write",
"if you want to compare the casted value \
then write:",
suggestion);
err.level = Level::Warning;
err.set_message(&format!("`<` is interpreted as a start of generic \