]> git.lizzy.rs Git - rust.git/commit
Use Kind instead of UnpackedKind in Substs methods
authorvarkor <github@varkor.com>
Tue, 15 May 2018 12:15:49 +0000 (13:15 +0100)
committervarkor <github@varkor.com>
Tue, 15 May 2018 13:22:25 +0000 (14:22 +0100)
commite9c28b2564c26767b6cab2f95e851389b4c1b014
tree21b42b8133f1abf8f11f8bb30d61754eb01b1f18
parent3ae2468261dca097ecfa81a74654fed32b60f8ce
Use Kind instead of UnpackedKind in Substs methods
15 files changed:
src/librustc/infer/mod.rs
src/librustc/traits/mod.rs
src/librustc/ty/context.rs
src/librustc/ty/subst.rs
src/librustc/ty/util.rs
src/librustc_mir/monomorphize/collector.rs
src/librustc_mir/shim.rs
src/librustc_typeck/astconv.rs
src/librustc_typeck/check/closure.rs
src/librustc_typeck/check/method/confirm.rs
src/librustc_typeck/check/method/mod.rs
src/librustc_typeck/check/method/probe.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/wfcheck.rs
src/librustc_typeck/collect.rs