mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
070bf94a6f
See #91867 This was mostly straightforward. In several places, I take advantage of the fact that lifetimes are non-hygenic: a macro declares the 'tcx' lifetime, which is then used in types passed in as macro arguments.