Skip to content

Commit b5b259f

Browse files
committed
Update ui test suite to nightly-2025-06-23
1 parent 5362bc6 commit b5b259f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/ui/result_no_display.stderr

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ error[E0277]: `NonError` doesn't implement `std::fmt::Display`
22
--> tests/ui/result_no_display.rs:4:19
33
|
44
4 | fn f() -> Result<()>;
5-
| ^^^^^^^^^^ `NonError` cannot be formatted with the default formatter
6-
|
7-
= help: the trait `std::fmt::Display` is not implemented for `NonError`
8-
= note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
5+
| ^^^^^^^^^^ the trait `std::fmt::Display` is not implemented for `NonError`

0 commit comments

Comments
 (0)