rollup merge of #21411: P1start/help-tweaks

Conflicts:
	src/librustc_typeck/check/closure.rs
This commit is contained in:
Alex Crichton
2015-01-21 09:15:54 -08:00
8 changed files with 16 additions and 16 deletions

View File

@@ -2921,7 +2921,7 @@ impl<'a> Parser<'a> {
"Chained comparison operators require parentheses");
if op == BiLt && outer_op == BiGt {
self.span_help(op_span,
"Use ::< instead of < if you meant to specify type arguments.");
"use ::< instead of < if you meant to specify type arguments");
}
}
_ => {}