mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 20:15:27 +00:00
It has a clumsy type, with repeated `&'a [LintId]`, and sometimes requires an empty string that isn't used in the `Err`+`None` case. This commit splits it into two variants.