Skip to content

Update to latest toolchain.

Jacob Lorentzon requested to merge 4lDO2/kernel:update-toolchain-2022 into master

Allows compilation on Rust nightly 2022-03-18.

Multi-core is slightly broken when using the latest version of spin (0.9.2). I believe this is because Once used to do SeqCst loads/stores everywhere, which might have made any possible data race much harder to come by.

Edited by Jacob Lorentzon

Merge request reports