Skip to content

Commit 861aca7

Browse files
Move and rename the clone-never.rs test
1 parent 39ef8aa commit 861aca7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/ui/type/never-type-inference-fail.rs renamed to tests/ui/never_type/basic/clone-never.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//! regression test for issue #2151
2-
31
fn main() {
42
let x = panic!(); //~ ERROR type annotations needed
53
x.clone();
File renamed without changes.

0 commit comments

Comments
 (0)