Skip to content

Commit edd88d3

Browse files
committed
Update ui test suite to nightly-2024-01-31
1 parent 71ab53d commit edd88d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/ui/no-impl.stderr

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its tr
22
--> tests/ui/no-impl.rs:7:13
33
|
44
4 | struct Error;
5-
| ------------
6-
| |
7-
| doesn't satisfy `Error: Into<anyhow::Error>`
8-
| doesn't satisfy `Error: anyhow::kind::TraitKind`
9-
| doesn't satisfy `Error: std::fmt::Display`
5+
| ------------ doesn't satisfy `Error: Into<anyhow::Error>`, `Error: anyhow::kind::TraitKind` or `Error: std::fmt::Display`
106
...
117
7 | let _ = anyhow!(Error);
128
| ^^^^^^^^^^^^^^ method cannot be called on `&Error` due to unsatisfied trait bounds

0 commit comments

Comments
 (0)