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 20a09e6 commit 15d326eCopy full SHA for 15d326e
compiler/rustc_target/src/spec/mod.rs
@@ -2013,7 +2013,7 @@ crate::target_spec_enum! {
2013
/// specified). This might occur, for example, for an out-of-tree codegen
2014
/// backend that supports an environment that rustc currently doesn't know
2015
/// about. This variant exists as an escape hatch for such cases.
2016
- other_variant = Unknown;
+ other_variant = Other;
2017
}
2018
2019
impl Env {
0 commit comments