From 0973f68fb851a1809f018c0f49a87237c46a6ef2 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Mon, 15 Apr 2019 13:03:07 +0200 Subject: [PATCH] Enable -Zunstable-options in .cargo/config --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) 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"]