Closed arcnet01 closed 2 years ago
The compiler is complaining about some language features used that were unstable in the version of Rust installed on your system. However, I looked at the tracking issue and this was stabilized in Rust 1.52.0 but they were exposed on a different module in the older Rust language version included in Debian Bullseye, which is what Proxmox 7 is based on.
I pushed a new version of vgpu_unlock-rs
and verified that vgpu_unlock-rs
compiles under Debian Bullseye.
Thanks much.
worked no issues
Hi
I am working my way through some vgpu tutorial..
proxmox 7.2 fresh install this tutorial: https://wvthoog.nl/proxmox-7-vgpu-v2/
when i run cargo build --release it will error out with the following:
= note: see issue #71763 https://github.com/rust-lang/rust/issues/71763 for more information
= note: see issue #71763 https://github.com/rust-lang/rust/issues/71763 for more information
error: aborting due to 2 previous errors
i have no idea how to get past this..
Halp plz