mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +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.