Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandry
Adding needs-unwind to nicer-assert-messages compiler ui tests Tests where unwind is required for asserting on contents of error message cc. ``@djkoloski`` r? ``@tmandry``
This commit is contained in:
commit
d8dc60ac8a
@ -2,6 +2,7 @@
|
||||
// ignore-tidy-linelength
|
||||
// only-x86_64
|
||||
// run-pass
|
||||
// needs-unwind Asserting on contents of error message
|
||||
|
||||
#![allow(path_statements, unused_allocation)]
|
||||
#![feature(box_syntax, core_intrinsics, generic_assert, generic_assert_internals)]
|
||||
|
@ -2,6 +2,7 @@
|
||||
// ignore-tidy-linelength
|
||||
// only-x86_64
|
||||
// run-pass
|
||||
// needs-unwind Asserting on contents of error message
|
||||
|
||||
#![feature(core_intrinsics, generic_assert, generic_assert_internals)]
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
// aux-build:common.rs
|
||||
// only-x86_64
|
||||
// run-pass
|
||||
// needs-unwind Asserting on contents of error message
|
||||
|
||||
#![feature(core_intrinsics, generic_assert, generic_assert_internals)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user