We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1447f9d commit 211ac0cCopy full SHA for 211ac0c
tests/ui/polymorphization/issue-74614.rs
@@ -1,4 +1,7 @@
1
-//@ compile-flags:-Zpolymorphize=on
+//@ revisions: mir-opt no-opt
2
+//@ [no-opt]compile-flags:-Zpolymorphize=on
3
+// used to ICE, see #90192:
4
+//@ [mir-opt]compile-flags:-Zpolymorphize=on -Zmir-opt-level=3
5
//@ build-pass
6
7
fn test<T>() {
0 commit comments