mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
85959be606
Add more infomation about LintStore registration Backstory: I somehow missed the fact that I needed to register a lint pass in order for it to run, and I spent some time confused until I figured it out. So I wanted to make it clear that a missing `register_(early|late)_pass` call is a likely cause of a lint not running. changelog: none