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() { let x = &Some(1); match x { &Some(_) => (), &None => (), } }
Errors out with:
Basic Block in function '_ZN4main17_aaf9e7b54e88829e3_00E' does not have terminator! label %8 LLVM ERROR: Broken module, no Basic Block terminator!