]> git.lizzy.rs Git - rust.git/commit
Use `Environment` instead of `ty::ParamEnv` in chalk context
authorscalexm <alexandre@scalexm.fr>
Wed, 10 Oct 2018 15:14:33 +0000 (17:14 +0200)
committerscalexm <alexandre@scalexm.fr>
Wed, 17 Oct 2018 12:09:38 +0000 (14:09 +0200)
commit62df97329384c308de91feb2126953a0da049d8c
tree87c599f20d4eb6716f5c0a5a29d987e94422777b
parentcbbd70d4f25bc255d80b6b9ba0a65f6c5957f2b7
Use `Environment` instead of `ty::ParamEnv` in chalk context
12 files changed:
src/librustc/dep_graph/dep_node.rs
src/librustc/ich/impls_ty.rs
src/librustc/traits/mod.rs
src/librustc/traits/structural_impls.rs
src/librustc/ty/query/config.rs
src/librustc/ty/query/keys.rs
src/librustc/ty/query/mod.rs
src/librustc/ty/query/plumbing.rs
src/librustc_traits/chalk_context.rs
src/librustc_traits/lowering.rs [deleted file]
src/librustc_traits/lowering/environment.rs [new file with mode: 0644]
src/librustc_traits/lowering/mod.rs [new file with mode: 0644]