dev environment setup, update
This commit is contained in:
parent
c06408a825
commit
0c5fc38649
7 changed files with 110 additions and 71 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
# (Nightly) Make the current crate share its generic instantiations
|
||||
"-Zshare-generics=y",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue