I grow tired of printing out unsafe pointer values with fmt!("0x%x", somePointer as uint). It would be nice to use fmt!("%p", somePointer) instead.