jong/.cargo/config.toml

6 lines
144 B
TOML
Raw Normal View History

2026-01-16 22:37:05 -08:00
[target.x86_64-unknown-linux-gnu]
rustflags = [
# (Nightly) Make the current crate share its generic instantiations
"-Zshare-generics=y",
]