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 599a03c commit f349141Copy full SHA for f349141
src/test/ui/optimization-remark.rs
@@ -1,6 +1,6 @@
1
// build-pass
2
// ignore-pass
3
-// no-system-llvm
+// min-llvm-version: 14.0.0
4
// revisions: all inline merge1 merge2
5
// compile-flags: --crate-type=lib -Cdebuginfo=1 -Copt-level=2
6
//
@@ -14,7 +14,7 @@
14
// [merge1] compile-flags: -Cremark=all -Cremark=giraffe
15
// [merge2] compile-flags: -Cremark=inline -Cremark=giraffe
16
17
-// error-pattern: inline: f not inlined into g
+// error-pattern: inline: 'f' not inlined into 'g'
18
// dont-check-compiler-stderr
19
20
#[no_mangle]
0 commit comments