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 @@ -53,14 +53,14 @@ something like this:
53
53
- [ ` rustc_middle ` ] and most of the other crates depend on a
54
54
handful of crates representing the early parts of the
55
55
compiler (e.g. the parser), fundamental data structures (e.g.
56
- [ ` Span ` ] ), or error reporting: [ ` rustc_data_strucutres ` ] ,
56
+ [ ` Span ` ] ), or error reporting: [ ` rustc_data_structures ` ] ,
57
57
[ ` rustc_span ` ] , [ ` rustc_errors ` ] , etc.
58
58
59
59
[ main ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver/fn.main.html
60
60
[ `rustc_driver` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver/index.html
61
61
[ `rustc_interface` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/index.html
62
62
[ `rustc_middle` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/index.html
63
- [ `rustc_data_strucutres ` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_data_strucutres /index.html
63
+ [ `rustc_data_structures ` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_data_structures /index.html
64
64
[ `rustc_span` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/index.html
65
65
[ `Span` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.Span.html
66
66
[ `rustc_errors` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_errors/index.html
You can’t perform that action at this time.
0 commit comments