mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
76856e19ff
There is a minor [breaking-change] for lint authors - some functions which were previously defined on `lint::Context` have moved to a trait - `LintContext`, you may need to import that trait to avoid name resolution errors.