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:
5353 - [ ` rustc_middle ` ] and most of the other crates depend on a
5454 handful of crates representing the early parts of the
5555 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 ` ] ,
5757 [ ` rustc_span ` ] , [ ` rustc_errors ` ] , etc.
5858
5959[ main ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver/fn.main.html
6060[ `rustc_driver` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_driver/index.html
6161[ `rustc_interface` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_interface/index.html
6262[ `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
6464[ `rustc_span` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/index.html
6565[ `Span` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.Span.html
6666[ `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