]> git.lizzy.rs Git - rust.git/commit
Add type flags support for Ty and Const late-bound regions
authorMichael Goulet <michael@errs.io>
Thu, 15 Dec 2022 02:38:39 +0000 (02:38 +0000)
committerMichael Goulet <michael@errs.io>
Sun, 8 Jan 2023 03:37:20 +0000 (03:37 +0000)
commit3c41003873ed16dc415b18ee65602438be3fe1e4
tree1bfb9e4b9846892bc1943cf3a6784a1e7f22ec2a
parente5d46a5bdac3f19793297914d4ada432024fbe95
Add type flags support for Ty and Const late-bound regions
compiler/rustc_hir_analysis/src/check/wfcheck.rs
compiler/rustc_middle/src/ty/erase_regions.rs
compiler/rustc_middle/src/ty/flags.rs
compiler/rustc_middle/src/ty/visit.rs
compiler/rustc_symbol_mangling/src/v0.rs
compiler/rustc_trait_selection/src/traits/select/mod.rs
compiler/rustc_type_ir/src/lib.rs