Skip to content

Commit 8ecbd35

Browse files
committed
fix stderrs
1 parent 1048ae2 commit 8ecbd35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/rfc-1937-termination-trait/termination-trait-in-test-should-panic.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: functions using `#[should_panic]` must return `()`
2-
--> $DIR/termination-trait-in-test-should-panic.rs:22:1
2+
--> $DIR/termination-trait-in-test-should-panic.rs:21:1
33
|
44
LL | / fn not_a_num() -> Result<(), ParseIntError> {
55
LL | | //~^ ERROR functions using `#[should_panic]` must return `()`

src/test/ui/rfc-1937-termination-trait/termination-trait-test-wrong-type.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0277]: `main` has invalid return type `std::result::Result<f32, std::num::ParseIntError>`
2-
--> $DIR/termination-trait-test-wrong-type.rs:18:1
2+
--> $DIR/termination-trait-test-wrong-type.rs:16:1
33
|
44
LL | / fn can_parse_zero_as_f32() -> Result<f32, ParseIntError> { //~ ERROR
55
LL | | "0".parse()

0 commit comments

Comments
 (0)