Skip to content

Commit 0973f68

Browse files
committed
Enable -Zunstable-options in .cargo/config
1 parent fbb3a47 commit 0973f68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[alias]
22
uitest = "test --test compile-test"
3+
4+
[build]
5+
rustflags = ["-Zunstable-options"]

0 commit comments

Comments
 (0)