Skip to content

Commit a4d803b

Browse files
committed
compiletest: pass -Zui-testing to rustc
1 parent a312278 commit a4d803b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compiletests/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl Runner {
128128
"-Zunstable-options",
129129
"-Zcrate-attr=no_std",
130130
"-Zcrate-attr=feature(asm_experimental_arch)",
131+
"-Zui-testing",
131132
]
132133
.join(" ")
133134
}

0 commit comments

Comments
 (0)