rust/compiler/rustc_target/src/abi
est31 0d1aa1e034 Rename target_pointer_width to pointer_width and turn it into an u32
Rename target_pointer_width to pointer_width because it is already
member of the Target struct.

The compiler supports only three valid values for target_pointer_width:
16, 32, 64. Thus it can safely be turned into an int.
This means less allocations and clones as well as easier handling of the type.
2020-10-15 12:02:23 +02:00
..
call Returns values up to 2*usize by value 2020-10-02 00:23:25 +02:00
mod.rs Rename target_pointer_width to pointer_width and turn it into an u32 2020-10-15 12:02:23 +02:00