]> git.lizzy.rs Git - rust.git/commit
Remove in_band_lifetimes
authorPFPoitras <patrick.f.poitras@gmail.com>
Tue, 14 Dec 2021 01:45:08 +0000 (21:45 -0400)
committerPFPoitras <patrick.f.poitras@gmail.com>
Tue, 14 Dec 2021 01:45:08 +0000 (21:45 -0400)
commitae21dd00ace34974a8337195c885c250f402d8cf
treef52306d23acb164589d32aa80fcd8347b5d7f266
parent1796de7bb123df3f3d32124ededf1344434f672e
Remove in_band_lifetimes
26 files changed:
compiler/rustc_typeck/src/astconv/errors.rs
compiler/rustc_typeck/src/check/_match.rs
compiler/rustc_typeck/src/check/check.rs
compiler/rustc_typeck/src/check/coercion.rs
compiler/rustc_typeck/src/check/dropck.rs
compiler/rustc_typeck/src/check/inherited.rs
compiler/rustc_typeck/src/check/method/suggest.rs
compiler/rustc_typeck/src/check/mod.rs
compiler/rustc_typeck/src/check/op.rs
compiler/rustc_typeck/src/check/pat.rs
compiler/rustc_typeck/src/check/regionck.rs
compiler/rustc_typeck/src/check/upvar.rs
compiler/rustc_typeck/src/check/wfcheck.rs
compiler/rustc_typeck/src/check_unused.rs
compiler/rustc_typeck/src/coherence/builtin.rs
compiler/rustc_typeck/src/coherence/inherent_impls.rs
compiler/rustc_typeck/src/coherence/inherent_impls_overlap.rs
compiler/rustc_typeck/src/coherence/orphan.rs
compiler/rustc_typeck/src/coherence/unsafety.rs
compiler/rustc_typeck/src/collect.rs
compiler/rustc_typeck/src/collect/type_of.rs
compiler/rustc_typeck/src/expr_use_visitor.rs
compiler/rustc_typeck/src/impl_wf_check.rs
compiler/rustc_typeck/src/lib.rs
compiler/rustc_typeck/src/outlives/test.rs
compiler/rustc_typeck/src/variance/test.rs