This avoids ambiguity of parameters:
error: ambiguous reference to positional arguments by number in a tuple variant; change this to a named argument
--> block/src/qcow/mod.rs:48:48
|
48 | #[error("File larger than max of {}: {0}", MAX_QCOW_FILE_SIZE)]
| ^^^^^^^^^^^^^^^^^^
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
|
||
|---|---|---|
| .. | ||
| qcow | ||
| vhdx | ||
| async_io.rs | ||
| fixed_vhd.rs | ||
| fixed_vhd_async.rs | ||
| fixed_vhd_sync.rs | ||
| lib.rs | ||
| qcow_sync.rs | ||
| raw_async.rs | ||
| raw_async_aio.rs | ||
| raw_sync.rs | ||
| vhd.rs | ||
| vhdx_sync.rs | ||