about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.cargo/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config b/.cargo/config
index 7cb41d979a6..b4bc4418f1e 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,2 +1,5 @@
 [alias]
 uitest = "test --test compile-test"
+
+[build]
+rustflags = ["-Zunstable-options"]