mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
1833737e16
- UEFI file permissions are indicated using a u64 bitfield used for readonly/filetype, etc. - Using normal bool with to and from attribute conversions to FilePermission from overriding some other bitfields. Signed-off-by: Ayush Singh <ayush@beagleboard.org>