You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustc_hir_pretty::attribute_to_string on builtin AttributeKind will emit some unusual attr tokens like the following, but they can be parsed back through syn:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
rustc_hir_pretty::attribute_to_stringon builtinAttributeKindwill emit some unusual attr tokens like the following, but they can be parsed back through syn:To reduce trivial attrs for verification, we just filter out most of these attrs, but for some codegen related one, like Align and Repr.
Beta Was this translation helpful? Give feedback.
All reactions