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 @@ -419,7 +419,7 @@ Here are some pointers to things you are likely going to need for every lint:
419
419
* [ ` from_expansion ` ] [ from_expansion ] and [ ` in_external_macro ` ] [ in_external_macro ]
420
420
* [ ` Span ` ] [ span ]
421
421
* [ ` Applicability ` ] [ applicability ]
422
- * [ The rustc guide] [ rustc_guide ] explains a lot of internal compiler concepts
422
+ * [ The rustc-dev- guide] [ rustc-dev-guide ] explains a lot of internal compiler concepts
423
423
* [ The nightly rustc docs] [ nightly_docs ] which has been linked to throughout
424
424
this guide
425
425
@@ -459,5 +459,5 @@ don't hesitate to ask on Discord, IRC or in the issue/PR.
459
459
[ in_external_macro ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/lint/fn.in_external_macro.html
460
460
[ play ] : https://play.rust-lang.org
461
461
[ author_example ] : https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=f093b986e80ad62f3b67a1f24f5e66e2
462
- [ rustc_guide ] : https://rust-lang.github.io/rustc-guide/
462
+ [ rustc-dev-guide ] : https://rust-lang.github.io/rustc-dev -guide/
463
463
[ nightly_docs ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
You can’t perform that action at this time.
0 commit comments