Can't determine a type for `p.is_null()` ``` fn main() { let p: *int = ptr::null(); assert p.is_null(); } ```