summary refs log tree commit diff
path: root/src/test/run-pass/fmt-pointer-trait.rs
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-3/+1
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-2/+1
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-0/+8
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+28