File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ drives the compilation to completion.
2929
3030Finally [ ` rustc_driver::run_compiler() ` ] [ rd_rc ] also takes a [ ` Callbacks ` ] [ cb ] ,
3131which is a ` trait ` that allows for custom compiler configuration, as well as
32- allowing some custom code run after different phases of the compilation.
32+ allowing custom code to run after different phases of the compilation.
3333
3434> ** Warning:** By its very nature, the internal compiler APIs are always going
3535> to be unstable. That said, we do try not to break things unnecessarily.
@@ -47,4 +47,4 @@ allowing some custom code run after different phases of the compilation.
4747[ i_rc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/interface/fn.run_compiler.html
4848[ rd_rc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver_impl/fn.run_compiler.html
4949[ stupid-stats ] : https://github.com/nrc/stupid-stats
50- [ `nightly-rustc` ] : https://doc.rust-lang.org/nightly/nightly-rustc/
50+ [ `nightly-rustc` ] : https://doc.rust-lang.org/nightly/nightly-rustc/
You can’t perform that action at this time.
0 commit comments