Skip to content

Commit c516249

Browse files
wesleywiserMark-Simulacrum
authored andcommitted
Update compiler/rustc_mir_transform/src/check_alignment.rs
1 parent 8881d01 commit c516249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_mir_transform/src/check_alignment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub struct CheckAlignment;
1414

1515
impl<'tcx> MirPass<'tcx> for CheckAlignment {
1616
fn is_enabled(&self, sess: &Session) -> bool {
17+
// FIXME(#112480) MSVC and rustc disagree on minimum stack alignment on x86 Windows
1718
if sess.target.llvm_target == "i686-pc-windows-msvc" {
1819
return false;
1920
}

0 commit comments

Comments
 (0)