blob: 76ee3c5f5d566a4303cb8159d82664f03ca1c6a3 [file] [log] [blame]
//! regression test for issue #2151
fn main() {
let x = panic!(); //~ ERROR type annotations needed
x.clone();
}