mirror of
https://github.com/openharmony/third_party_rust_bitflags.git
synced 2026-07-18 17:45:34 -04:00
Merge branch 'master' of https://github.com/bitflags/bitflags into const_fn
This commit is contained in:
+1
-1
@@ -398,8 +398,8 @@ macro_rules! __bitflags {
|
||||
)+
|
||||
}
|
||||
) => {
|
||||
#[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)]
|
||||
$(#[$outer])*
|
||||
#[derive(Copy, PartialEq, Eq, Clone, PartialOrd, Ord, Hash)]
|
||||
$($vis)* struct $BitFlags {
|
||||
bits: $T,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user