We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db8f4 commit f5ebf2eCopy full SHA for f5ebf2e
tests/ui/coercion/lub_coercion_handles_safety.rs
@@ -1,5 +1,8 @@
1
//@ check-pass
2
3
+//@ only-x86_64
4
+// because target features
5
+
6
macro_rules! lub {
7
($lhs:expr, $rhs:expr) => {
8
if true { $lhs } else { $rhs }
0 commit comments