File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/rustc_target/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments