Replace some usage of #[rustc_on_unimplemented] with

`#[diagnostic::on_unimplemented]`

This commit replaces those `#[rustc_on_unimplemented]` attributes with
their equivalent `#[diagnostic::on_unimplemented]` where this is
supported (So no filter or any extended option)
This commit is contained in:
Georg Semmler
2023-12-22 14:30:12 +01:00
parent ddfcf86867
commit 2c3aeea1ba
9 changed files with 37 additions and 30 deletions

View File

@@ -218,6 +218,7 @@
#![feature(const_trait_impl)]
#![feature(decl_macro)]
#![feature(deprecated_suggestion)]
#![feature(diagnostic_namespace)]
#![feature(doc_cfg)]
#![feature(doc_cfg_hide)]
#![feature(doc_notable_trait)]