Skip to content

Commit b4125f0

Browse files
committed
Add "--emit=link"
This avoids a strange linker error that we get with only "--emit=mir" and "check-pass"
1 parent 7f26d32 commit b4125f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/trivial-bounds/trivial-bounds-inconsistent-associated-functions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// check-pass
2-
// compile-flags: --emit=mir
2+
// compile-flags: --emit=mir,link
33
// Force mir to be emitted, to ensure that const
44
// propagation doesn't ICE on a function
55
// with an 'impossible' body. See issue #67696

0 commit comments

Comments
 (0)