Enable -Zunstable-options in .cargo/config

This commit is contained in:
flip1995 2019-04-15 13:03:07 +02:00
parent fbb3a47b90
commit 0973f68fb8
No known key found for this signature in database
GPG key ID: 01C836B640FFDFB1

View file

@ -1,2 +1,5 @@
[alias]
uitest = "test --test compile-test"
[build]
rustflags = ["-Zunstable-options"]