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.
2 parents 758adcd + 0df8dde commit 02531e5Copy full SHA for 02531e5
compiler/rustc_target/src/spec/mod.rs
@@ -589,7 +589,7 @@ impl StackProbeType {
589
Ok(StackProbeType::InlineOrCall { min_llvm_version_for_inline })
590
}
591
_ => Err(String::from(
592
- "`kind` expected to be one of `inline-or-none`, `call` or `inline-or-call`",
+ "`kind` expected to be one of `none`, `inline`, `call` or `inline-or-call`",
593
)),
594
595
0 commit comments