gaojiaqi7 / td-partitioning-svsm

0 stars 0 forks source link

Fix unnecessary qualification reported by cargo 1.78 #1

Closed OuyangHang33 closed 5 months ago

OuyangHang33 commented 6 months ago

Toolchain cargo 1.78.0 (54d8815d0 2024-03-26)

Error: unnecessary qualification --> kernel/src/cpu/percpu.rs:352:13 352 core::ptr::write(percpu, PerCpu::new(apic_id, &*percpu_shared, arch)); ^^^^^^^^^^^^^^^^
= note: requested on the command line with `-D unused-qualifications`

help: remove the unnecessary path segments

OuyangHang33 commented 5 months ago

Using svsm.bin built by toolchain 1.78 will meet boot fail, transfer to draft and waiting for root cause