Skip to content

Commit 352afd8

Browse files
Rollup merge of rust-lang#156079 - JonathanBrouwer:clone-never, r=mejrs
Move and rename the `clone-never.rs` test
2 parents bd2ff65 + da58ae7 commit 352afd8

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0282]: type annotations needed
2-
--> $DIR/never-type-inference-fail.rs:4:9
2+
--> $DIR/clone-never.rs:4:9
33
|
44
LL | let x = panic!();
55
| ^

0 commit comments

Comments
 (0)