rust/src/libcore/ptr
Dylan McKay 91bff8ccdf [AVR] Fix debug printing of function pointers
This commit fixes debug printing of function pointers on AVR. AVR does
not support `addrspacecast` instructions, and so this patch modifies
libcore so that a `ptrtoint` IR instruction is used and the address
space cast is avoided.
2020-06-09 17:34:07 +12:00
..
const_ptr.rs core: Make pointer offset methods "const fn" 2020-05-25 13:09:02 -07:00
mod.rs [AVR] Fix debug printing of function pointers 2020-06-09 17:34:07 +12:00
mut_ptr.rs core: Make pointer offset methods "const fn" 2020-05-25 13:09:02 -07:00
non_null.rs Apply suggestions from code review 2020-05-18 21:29:43 +02:00
unique.rs rename-unique: Rename Unique::empty() to Unique::dangling() 2020-04-30 11:00:45 +02:00