Adding needs-unwind to nicer-assert-messages compiler ui tests

This commit is contained in:
Andrew Pollack 2022-09-19 21:43:21 +00:00
parent 11bb80a92b
commit 74e3d99036
3 changed files with 3 additions and 0 deletions

View File

@ -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)]

View File

@ -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)]

View File

@ -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)]