1
Fork 0

Add the #[derive_const] attribute

This commit is contained in:
Deadbeef 2022-09-20 11:55:07 +00:00
parent 4af79ccd5e
commit a052f2cce1
30 changed files with 163 additions and 30 deletions

View file

@ -614,6 +614,7 @@ symbols! {
deref_mut,
deref_target,
derive,
derive_const,
derive_default_enum,
destruct,
destructuring_assignment,