Rollup merge of #100107 - klensy:tr-w, r=compiler-errors
fix trailing whitespace in error message
This commit is contained in:
commit
551224019b
@ -2736,7 +2736,7 @@ impl<'b, 'v> Visitor<'v> for ConditionVisitor<'b> {
|
||||
self.errors.push((
|
||||
e.span,
|
||||
format!(
|
||||
"if the `for` loop runs 0 times, {} is not initialized ",
|
||||
"if the `for` loop runs 0 times, {} is not initialized",
|
||||
self.name
|
||||
),
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user