rust/compiler/rustc_infer/src/traits
Harald van Dijk 95e096d623
Change x64 size checks to not apply to x32.
Rust contains various size checks conditional on target_arch = "x86_64",
but these checks were never intended to apply to
x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the
conditions.
2021-03-06 16:02:48 +00:00
..
error_reporting review comments 2020-10-20 09:26:15 -07:00
engine.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mod.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
project.rs Prevent caching projections in the case of cycles 2020-12-20 21:47:51 +00:00
structural_impls.rs Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk 2020-11-17 12:24:34 +00:00
util.rs Anonymize late bound regions on transitive bounds that define assoc type 2021-02-08 16:47:51 -03:00