Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const WRITE: () = unsafe {
*std::ptr::null_mut() = 0;
//~^ ERROR dereferencing raw mutable pointers in constants is unstable
//~| HELP add `#![feature(const_mut_refs)]` to the crate attributes to enable
};
fn main() {}