mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 04:16:17 +00:00
This commit adds warnings if a user supplies several diagnostic options where we can only apply one of them. We explicitly warn about ignored options here. In addition a small test for these warnings is added.