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 f52162f commit ddde38dCopy full SHA for ddde38d
scripts/cargo-clif.rs
@@ -38,7 +38,7 @@ fn main() {
38
.chain(env::args().skip(2))
39
.chain([
40
"--".to_string(),
41
- "-Zunstable-features".to_string(),
+ "-Zunstable-options".to_string(),
42
"-Cllvm-args=mode=jit".to_string(),
43
])
44
.collect()
@@ -52,7 +52,7 @@ fn main() {
52
53
54
55
56
"-Cllvm-args=mode=jit-lazy".to_string(),
57
58
0 commit comments