We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ac5c0 commit 20cf595Copy full SHA for 20cf595
tests/crashes/121127.rs
@@ -1,5 +1,6 @@
1
//@ known-bug: #121127
2
-//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes
+//@ compile-flags: -Zpolymorphize=on -Zinline-mir=yes -C debuginfo=2
3
+// Note that as of PR#123949 this only crashes with debuginfo enabled
4
5
#![feature(specialization)]
6
0 commit comments