1
Fork 0

Implement #[rustc_must_implement_one_of] attribute

This commit is contained in:
Maybe Waffle 2021-12-21 18:40:50 +03:00
parent 02fe61b381
commit 5ab40c8f99
11 changed files with 205 additions and 4 deletions

View file

@ -1136,6 +1136,7 @@ symbols! {
rustc_macro_transparency,
rustc_main,
rustc_mir,
rustc_must_implement_one_of,
rustc_nonnull_optimization_guaranteed,
rustc_object_lifetime_default,
rustc_on_unimplemented,