File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
borrow_check/region_inference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ fn main() {
2121```
2222
2323This program ought not to type-check: ` foo ` needs a static reference
24- for its argument, and ` bar ` wants to be given a function that that
24+ for its argument, and ` bar ` wants to be given a function that
2525accepts ** any** reference (so it can call it with something on its
2626stack, for example). But * how* do we reject it and * why* ?
2727
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ git subtree pull -P src/tools/clippy https://github.com/rust-lang/rust-clippy ma
191191```
192192
193193takes all changes since the last ` subtree pull ` from the tool repo
194- repo and adds these commits to the rustc repo + a merge commit that moves the tool changes into
194+ and adds these commits to the rustc repo + a merge commit that moves the tool changes into
195195the specified directory in the rust repository.
196196
197197It is recommended that you always do a push first and get that merged to the tool master branch.
You can’t perform that action at this time.
0 commit comments