Skip to content

Commit 15d326e

Browse files
committed
fixup! rustc_target: introduce Env
1 parent 20a09e6 commit 15d326e

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_target/src/spec

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ crate::target_spec_enum! {
20132013
/// specified). This might occur, for example, for an out-of-tree codegen
20142014
/// backend that supports an environment that rustc currently doesn't know
20152015
/// about. This variant exists as an escape hatch for such cases.
2016-
other_variant = Unknown;
2016+
other_variant = Other;
20172017
}
20182018

20192019
impl Env {

0 commit comments

Comments
 (0)