commit | a95ad49bbfac2a5080c5761688465bdbb1969c24 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 26 12:10:18 2025 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 05 20:24:51 2025 +0200 |
tree | b5e465a10471173ff7bb6d639eccc6e7ef80859c | |
parent | f8a113701dd2d28f3bedb216e59125ddcb77fd05 [diff] |
subprojects: add the anyhow crate 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>