We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cd45b commit d7f481bCopy full SHA for d7f481b
src/hyperlight_host/src/error.rs
@@ -178,7 +178,7 @@ pub enum HyperlightError {
178
/// Error occurred in KVM Operation
179
#[error("KVM Error {0:?}")]
180
#[cfg(kvm)]
181
- KVMError(#[source] kvm_ioctls::Error),
+ KVMError(#[from] kvm_ioctls::Error),
182
183
/// An attempt to get a lock from a Mutex failed.
184
#[error("Unable to lock resource")]
0 commit comments