Function rustc_expand::base::pretty_printing_compatibility_hack
source ยท fn pretty_printing_compatibility_hack(item: &Item, sess: &Session)
Expand description
If this item looks like a specific enums from rental
, emit a fatal error.
See #73345 and #83125 for more details.
FIXME(#73933): Remove this eventually.