6 lines
144 B
TOML
6 lines
144 B
TOML
|
[target.x86_64-unknown-linux-gnu]
|
||
|
rustflags = [
|
||
|
# (Nightly) Make the current crate share its generic instantiations
|
||
|
"-Zshare-generics=y",
|
||
|
]
|