mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
b33353cc46
cvt isn't used anywhere else in the base crate, and it isn't included in
the ChromeOS crosvm ebuild, so this breaks the CrOS build. Just check
the result and return an error the same way we do elsewhere in base.
BUG=b:231641496
TEST=cargo build
TEST=emerge-hatch crosvm
Fixes:
|
||
---|---|---|
.. | ||
sys | ||
alloc.rs | ||
clock.rs | ||
descriptor.rs | ||
descriptor_reflection.rs | ||
errno.rs | ||
event.rs | ||
external_mapping.rs | ||
lib.rs | ||
mmap.rs | ||
notifiers.rs | ||
shm.rs | ||
sys.rs | ||
syslog.rs | ||
timer.rs | ||
tube.rs | ||
wait_context.rs | ||
write_zeroes.rs |