Skip to content

Commit d5f59fb

Browse files
committed
Update ui test suite to nightly-2025-09-07
1 parent 238415d commit d5f59fb

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
@@ -22,8 +22,8 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
2222
|
2323
::: $RUST/core/src/convert/mod.rs
2424
|
25-
| pub trait Into<T>: Sized {
26-
| ^^^^^^^^^^^^^^^^^^^^^^^^
25+
| pub const trait Into<T>: Sized {
26+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2727
= help: items from traits can only be used if the trait is implemented and in scope
2828
= note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
2929
candidate #1: `anyhow::kind::AdhocKind`

0 commit comments

Comments
 (0)