File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,9 @@ Here are some pointers to things you are likely going to need for every lint:
400
400
* [ ` in_macro ` ] [ in_macro ] and [ ` in_external_macro ` ] [ in_external_macro ]
401
401
* [ ` Span ` ] [ span ]
402
402
* [ ` Applicability ` ] [ applicability ]
403
- * [ The rustc guide] [ rustc_guide ] explains a lot of internal compiler concepts.
403
+ * [ The rustc guide] [ rustc_guide ] explains a lot of internal compiler concepts
404
+ * [ The nightly rustc docs] [ nightly_docs ] which has been linked to throughout
405
+ this guide
404
406
405
407
For ` EarlyLintPass ` lints:
406
408
@@ -440,3 +442,4 @@ don't hesitate to ask on Discord, IRC or in the issue/PR.
440
442
[ play ] : https://play.rust-lang.org
441
443
[ author_example ] : https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=f093b986e80ad62f3b67a1f24f5e66e2
442
444
[ rustc_guide ] : https://rust-lang.github.io/rustc-guide/
445
+ [ nightly_docs ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc/
You can’t perform that action at this time.
0 commit comments