rust/compiler/rustc_middle/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
..
chalk.rs Update Chalk 2021-02-02 12:37:22 -05:00
mod.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
query.rs Remove unused duplicated trivial_dropck_outlives 2020-09-04 22:24:03 +02:00
select.rs Add ptr::Pointee trait (for all types) and ptr::metadata function 2021-02-15 14:27:12 +01:00
specialization_graph.rs Enforce that query results implement Debug 2021-01-16 17:53:02 -05:00
structural_impls.rs Add ptr::Pointee trait (for all types) and ptr::metadata function 2021-02-15 14:27:12 +01:00