Skip to content

Commit f5ebf2e

Browse files
committed
w
1 parent b6db8f4 commit f5ebf2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ui/coercion/lub_coercion_handles_safety.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
//@ check-pass
22

3+
//@ only-x86_64
4+
// because target features
5+
36
macro_rules! lub {
47
($lhs:expr, $rhs:expr) => {
58
if true { $lhs } else { $rhs }

0 commit comments

Comments
 (0)