We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d0098 commit 53a873bCopy full SHA for 53a873b
tests/codegen/float/f16-f128-inline.rs
@@ -1,5 +1,5 @@
1
//@ revisions: default nopt
2
-//@[nopt] compile-flags: -O -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
+//@[nopt] compile-flags: -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
3
4
// Ensure that functions using `f16` and `f128` are always inlined to avoid crashes
5
// when the backend does not support these types.
0 commit comments