blob: 32fba4cb2177dab3270f2e72c58502d5d583bd8d [file] [log] [blame]
fn main() {
let x = panic!();
x.clone(); //~ ERROR type annotations needed
}