rust/src/doc/rustc
kennytm 1805f3c2fb
Rollup merge of #53550 - brson:recurring, r=estebank
librustc_lint: In recursion warning, change 'recurring' to 'recursing'

The existing wording seems incorrect.

Aside: This warning, 'function cannot return without recursing' is not perfectly clear - it implies that the function _can_ return, it's just got to recurse. But really the fn cannot return period. Clearer wording: 'function recurses infinitely; it cannot return'; or 'function is infinitely self-recursive; it cannot return, and this is probably an error'. I like that.
2018-09-07 15:26:40 +08:00
..
src Rollup merge of #53550 - brson:recurring, r=estebank 2018-09-07 15:26:40 +08:00
.gitignore initialize the rustc book 2018-04-09 14:04:10 -04:00
book.toml fix authorship in book.toml 2018-04-09 14:04:57 -04:00