Auto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomatsakis
r? @alexcrichton for the translator changes and @nikomatsakis for the no-landing-pads pass.
This commit is contained in:
commit
de366b5218
9 changed files with 135 additions and 36 deletions
|
|
@ -9,7 +9,6 @@
|
|||
// except according to those terms.
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
// ignore-msvc: FIXME(#30941)
|
||||
// error-pattern:panic 1
|
||||
// error-pattern:drop 2
|
||||
use std::io::{self, Write};
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
// ignore-msvc: FIXME(#30941)
|
||||
// error-pattern:converging_fn called
|
||||
// error-pattern:0 dropped
|
||||
// error-pattern:exit
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
// ignore-msvc: FIXME(#30941)
|
||||
// error-pattern:complex called
|
||||
// error-pattern:dropped
|
||||
// error-pattern:exit
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
// ignore-msvc: FIXME(#30941)
|
||||
// error-pattern:diverging_fn called
|
||||
// error-pattern:0 dropped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue