This repo is related to the issue #109000 of Rust language.
Where compiler is suposed to produce bad compilation for AVR target (atmega328p) based on different optimizations compiler options.
This repo is based on the code given by the original author of the issue.
To build just open a terminal, change to the project folder and type:
cargo build --release
See file: rust-toolchain.toml
.