summaryrefslogtreecommitdiffstats
path: root/tests/ui/range/issue-54505-no-std.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/range/issue-54505-no-std.stderr')
-rw-r--r--tests/ui/range/issue-54505-no-std.stderr14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/ui/range/issue-54505-no-std.stderr b/tests/ui/range/issue-54505-no-std.stderr
index 13563d194..1694d514f 100644
--- a/tests/ui/range/issue-54505-no-std.stderr
+++ b/tests/ui/range/issue-54505-no-std.stderr
@@ -1,15 +1,3 @@
-error: return type should be `!`
- --> $DIR/issue-54505-no-std.rs:20:20
- |
-LL | fn panic_handler() {}
- | ^
-
-error: function should have one argument
- --> $DIR/issue-54505-no-std.rs:20:1
- |
-LL | fn panic_handler() {}
- | ^^^^^^^^^^^^^^^^^^
-
error[E0308]: mismatched types
--> $DIR/issue-54505-no-std.rs:29:16
|
@@ -130,6 +118,6 @@ help: consider borrowing here
LL | take_range(&(..=42));
| ++ +
-error: aborting due to 8 previous errors
+error: aborting due to 6 previous errors
For more information about this error, try `rustc --explain E0308`.