Skip to content

Commit 614b0cc

Browse files
committed
Use -Ccodegen-units=1 to make issue-23458 test deterministic
The test case fails with either one error or two errors. Use a single code generation unit to avoid nondeterminism.
1 parent e190f0d commit 614b0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/ui/issues/issue-23458.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![feature(llvm_asm)]
2-
2+
// compile-flags: -Ccodegen-units=1
33
// build-fail
44
// only-x86_64
55

0 commit comments

Comments
 (0)