Skip to content

Commit b0098fc

Browse files
committed
fixup! [REBASEME] rustc_target: move comment to macro
1 parent 367f96e commit b0098fc

File tree

1 file changed

+3
-3
lines changed
  • compiler/rustc_target/src

1 file changed

+3
-3
lines changed

compiler/rustc_target/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ macro_rules! target_spec_enum {
140140
/// an enum. However, it is possible to have arbitrary values in a
141141
/// target JSON file (which can be parsed when `--target` is
142142
/// specified). This might occur, for example, for an out-of-tree
143-
/// codegen backend that supports a value that rustc currently
144-
/// doesn't know about. This variant exists as an escape hatch for
145-
/// such cases.
143+
/// codegen backend that supports a value (e.g. architecture or OS)
144+
/// that rustc currently doesn't know about. This variant exists as
145+
/// an escape hatch for such cases.
146146
$( #[$other_variant_attr] )*
147147
$OtherVariant(crate::spec::StaticCow<str>),
148148
}

0 commit comments

Comments
 (0)