Skip to content

Commit 78f2d81

Browse files
committed
Update ui test suite to nightly-2024-02-08
1 parent edd88d3 commit 78f2d81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ui/no-impl.stderr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
2424
|
2525
| pub trait Into<T>: Sized {
2626
| ^^^^^^^^^^^^^^^^^^^^^^^^
27+
= help: items from traits can only be used if the trait is implemented and in scope
28+
= note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
29+
candidate #1: `anyhow::kind::AdhocKind`
30+
candidate #2: `anyhow::kind::TraitKind`
31+
candidate #3: `anyhow::kind::BoxedKind`
2732
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)