Enable -Zunstable-options in .cargo/config

This commit is contained in:
flip1995
2019-04-15 13:03:07 +02:00
parent fbb3a47b90
commit 0973f68fb8

View File

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