We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a67f52 commit 7327636Copy full SHA for 7327636
vmm_core/virt_whp/src/vtl2.rs
@@ -190,7 +190,7 @@ pub(crate) struct Vtl2Emulation {
190
mod inspect_helpers {
191
use super::*;
192
193
- pub(super) fn vsm_config_raw(raw: &AtomicU64) -> impl Inspect {
+ pub(super) fn vsm_config_raw(raw: &AtomicU64) -> impl Inspect + use<> {
194
let config = HvRegisterVsmPartitionConfig::from(raw.load(Ordering::Relaxed));
195
inspect::AsDebug(config)
196
}
0 commit comments