Files
rust/compiler/rustc_trait_selection/src
Georg Semmler 232aaeba7c Handle several #[diagnostic::on_unimplemented] attributes correctly
This PR fixes an issues where rustc would ignore subsequent
`#[diagnostic::on_unimplemented]` attributes. The [corresponding
RFC](https://rust-lang.github.io/rfcs/3368-diagnostic-attribute-namespace.html)
specifies that the first matching instance of each option is used.
Invalid attributes are linted and otherwise ignored.
2023-10-11 22:01:59 +02:00
..
2023-10-10 09:55:22 +00:00
2023-08-02 15:38:00 +00:00