Skip to content

Commit

Permalink
Forgot to actually update changed compiler output
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Nov 21, 2023
1 parent 6ccb489 commit 6f256b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
error[E0277]: the trait bound `One: From<Two>` is not satisfied
--> tests/trybuild/no_handle_conversions_require_into_fail.rs:11:18
--> tests/trybuild/no_handle_conversions_require_into_fail.rs:11:5
|
11 | Two --(B)--> One;
| ^^^ the trait `From<Two>` is not implemented for `One`
| ^^^ the trait `From<Two>` is not implemented for `One`
|
= note: required for `Two` to implement `Into<One>`
note: required by a bound in `TransitionResult::<Sm, Ds>::from`
Expand Down

0 comments on commit 6f256b7

Please sign in to comment.