rollup merge of #18132 : P1start/more-help

This commit is contained in:
Alex Crichton 2014-11-03 15:28:54 -08:00
commit 59d47a3ca4
26 changed files with 123 additions and 80 deletions

View file

@ -777,7 +777,7 @@ fn add_one(x: int) -> int {
x + 1;
}
note: consider removing this semicolon:
help: consider removing this semicolon:
x + 1;
^
```