From 20cf59549f04271278099d9acfcd04d21dae8018 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Thu, 18 Apr 2024 09:42:26 -0700 Subject: [PATCH] The ICE in 121127 needs debuginfo --- tests/crashes/121127.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/crashes/121127.rs b/tests/crashes/121127.rs index 8bb63a74bc280..2e64bf68b82fb 100644 --- a/tests/crashes/121127.rs +++ b/tests/crashes/121127.rs @@ -1,5 +1,6 @@ //@ known-bug: #121127 -//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes +//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes -C debuginfo=2 +// Note that as of PR#123949 this only crashes with debuginfo enabled #![feature(specialization)]