Fix unaligned_references
warnings instead of supressing them
#123
Labels
unaligned_references
warnings instead of supressing them
#123
Uh oh!
There was an error while loading. Please reload this page.
Currently, compiling
linux-loader
prints the warningsRunning the suggested command yields a lot of
unaligned_references
warnings. The warnings mention that these will become hard errors in a future release. Most of them are inloader_gen
generated tests, where they can be fixed by re-generating the files using rust bindgen >= 0.60.0 (which is the version in which this this landed: rust-lang/rust-bindgen#2203).The following three however are outside of generated code and need to be fixed manually (however they are still inside of test code, meaning no undefined behavior is actually triggered in production code)
The text was updated successfully, but these errors were encountered: