rust/compiler/rustc_trait_selection/src
Mara Bos bb9542b016
Rollup merge of #82841 - hvdijk:x32, r=joshtriplett
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-09 09:05:24 +00:00
..
traits Rollup merge of #82841 - hvdijk:x32, r=joshtriplett 2021-03-09 09:05:24 +00:00
autoderef.rs Remove ProjectionTy::from_ref_and_name 2021-02-13 19:29:55 +00:00
infer.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
lib.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
opaque_types.rs Review changes 2021-01-16 18:56:37 -05:00