Skip to content

Commit b55dbd5

Browse files
committed
Auto merge of #136225 - fmease:rollup-fm7m744, r=fmease
Rollup of 7 pull requests Successful merges: - #135625 ([cfg_match] Document the use of expressions.) - #135902 (Do not consider child bound assumptions for rigid alias) - #135943 (Rename `Piece::String` to `Piece::Lit`) - #136104 (Add mermaid graphs of NLL regions and SCCs to polonius MIR dump) - #136143 (Update books) - #136147 (ABI-required target features: warn when they are missing in base CPU) - #136164 (Refactor FnKind variant to hold &Fn) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 2a5965d + a969510 commit b55dbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pass/shims/x86/intrinsics-x86-pause-without-sse2.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// We're testing x86 target specific features
2-
//@only-target: x86_64 i686
1+
// We're testing x86-32 target specific features. SSE always exists on x86-64.
2+
//@only-target: i686
33
//@compile-flags: -C target-feature=-sse2
44

55
#[cfg(target_arch = "x86")]

0 commit comments

Comments
 (0)