Skip to content

Commit 6929572

Browse files
committed
Update ui test suite to nightly-2025-06-18
1 parent 37224e3 commit 6929572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/no-impl.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its tr
1717
note: the traits `Into` and `std::fmt::Display` must be implemented
1818
--> $RUST/core/src/fmt/mod.rs
1919
|
20-
| pub trait Display {
21-
| ^^^^^^^^^^^^^^^^^
20+
| pub trait Display: PointeeSized {
21+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2222
|
2323
::: $RUST/core/src/convert/mod.rs
2424
|

0 commit comments

Comments
 (0)