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 82ae0ee commit 2af3dd6Copy full SHA for 2af3dd6
compiler/rustc_span/src/symbol.rs
@@ -625,7 +625,7 @@ symbols! {
625
cfg_accessible,
626
cfg_attr,
627
cfg_attr_multi,
628
- cfg_attr_trace: "<cfg_attr>", // must not be a valid identifier
+ cfg_attr_trace: "<cfg_attr_trace>", // must not be a valid identifier
629
cfg_boolean_literals,
630
cfg_contract_checks,
631
cfg_doctest,
@@ -646,7 +646,7 @@ symbols! {
646
cfg_target_has_reliable_f16_f128,
647
cfg_target_thread_local,
648
cfg_target_vendor,
649
- cfg_trace: "<cfg>", // must not be a valid identifier
+ cfg_trace: "<cfg_trace>", // must not be a valid identifier
650
cfg_ub_checks,
651
cfg_version,
652
cfi,
0 commit comments