We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn main() { *(fail!()) = fail!(); }
test.rs:2:5: 2:15 error: internal compiler error: Explicit deref of non-derefable type: ! test.rs:2 *(fail!()) = fail!(); ^~~~~~~~~~