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 e477520 commit 407b44eCopy full SHA for 407b44e
kvm-bindings/src/x86_64/fam_wrappers.rs
@@ -135,7 +135,7 @@ pub struct kvm_xsave2 {
135
/// Note that `KVM_CHECK_EXTENSION(KVM_CAP_XSAVE2)` returns the size of the entire
136
/// `kvm_xsave` structure, e.g. the sum of header and FAM. Thus, this `len` field
137
/// is equal to
138
- /// ```norun
+ /// ```no_run
139
/// (KVM_CHECK_EXTENSION(KVM_CAP_XSAVE2) - sizeof::<kvm_xsave>()).div_ceil(sizeof::<__u32>())
140
/// ```
141
pub len: usize,
0 commit comments