mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
f093ffcbef
error: the item `io` is imported redundantly Error: --> devices/src/legacy/uart_pl011.rs:468:9 | 467 | use super::*; | -------- the item `io` is already imported here 468 | use std::io; | ^^^^^^^ error: the item `Arc` is imported redundantly Error: --> devices/src/legacy/uart_pl011.rs:469:21 | 467 | use super::*; | -------- the item `Arc` is already imported here 468 | use std::io; 469 | use std::sync::{Arc, Mutex}; | ^^^ error: could not compile `devices` (lib test) due to 8 previous errors Error: warning: build failed, waiting for other jobs to finish... Error: The process 'cross' failed with exit code 101 Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
||
---|---|---|
.. | ||
legacy | ||
acpi.rs | ||
debug_console.rs | ||
gic.rs | ||
interrupt_controller.rs | ||
ioapic.rs | ||
lib.rs | ||
pvpanic.rs | ||
tpm.rs |