Skip to content

Commit 16d0e56

Browse files
committed
Update reference file
1 parent bdad790 commit 16d0e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/panic_in_result_fn_assertions.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ note: return Err() instead of panicking
1414
--> $DIR/panic_in_result_fn_assertions.rs:9:9
1515
|
1616
LL | assert!(x == 5, "wrong argument");
17-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1818
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
1919

2020
error: used `unimplemented!()`, `unreachable!()`, `todo!()`, `panic!()` or assertion in a function that returns `Result`

0 commit comments

Comments
 (0)