mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 13:23:54 -06:00

This is a standard replacement for Box<dyn Error> which is more efficient (it only occcupies one word) and provides a backtrace of the error. This could be plumbed into &error_abort in the future. Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
270 B
Text
7 lines
270 B
Text
[wrap-file]
|
|
directory = anyhow-1.0.98
|
|
source_url = https://crates.io/api/v1/crates/anyhow/1.0.98/download
|
|
source_filename = anyhow-1.0.98.tar.gz
|
|
source_hash = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487
|
|
#method = cargo
|
|
patch_directory = anyhow-1-rs
|