File tree 1 file changed +2
-2
lines changed
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.
29
29
30
30
Finally [ ` rustc_driver::run_compiler() ` ] [ rd_rc ] also takes a [ ` Callbacks ` ] [ cb ] ,
31
31
which 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.
33
33
34
34
> ** Warning:** By its very nature, the internal compiler APIs are always going
35
35
> 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.
47
47
[ i_rc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/interface/fn.run_compiler.html
48
48
[ rd_rc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver_impl/fn.run_compiler.html
49
49
[ 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