Skip to content

Set Rust flags using .cargo/config

Yorick Peterse requested to merge rustflags-cargo-config into master

This removes the need for setting the RUSTFLAGS environment variable, and ensures all build tools use the same configuration.

Merge request reports