Rollup merge of #156079 - JonathanBrouwer:clone-never, r=mejrs

Move and rename the `clone-never.rs` test
This commit is contained in:
Jacob Pratt
2026-05-03 00:25:33 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
@@ -1,5 +1,5 @@
error[E0282]: type annotations needed
--> $DIR/never-type-inference-fail.rs:4:9
--> $DIR/clone-never.rs:4:9
|
LL | let x = panic!();
| ^