Skip to content

Commit

Permalink
fix UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 21, 2021
1 parent ebcac22 commit 5de41d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ note: required by a bound in `DispatchOutput`
|
69 | T: scale::Encode + 'static;
| ^^^^^^^^^^^^^ required by this bound in `DispatchOutput`

error[E0277]: the trait bound `NonCodecType: WrapperTypeEncode` is not satisfied
--> tests/ui/contract/fail/message-returns-non-codec.rs:18:9
|
Expand All @@ -24,6 +25,7 @@ note: required by a bound in `execute_message`
|
131 | Output: scale::Encode + 'static,
| ^^^^^^^^^^^^^ required by this bound in `execute_message`

error[E0599]: the method `fire` exists for struct `ink_env::call::CallBuilder<DefaultEnvironment, Set<ink_env::AccountId>, Unset<u64>, Unset<u128>, Set<ExecutionInput<ArgumentList<ArgumentListEnd, ArgumentListEnd>>>, Set<ReturnType<NonCodecType>>>`, but its trait bounds were not satisfied
--> tests/ui/contract/fail/message-returns-non-codec.rs:18:9
|
Expand Down

0 comments on commit 5de41d6

Please sign in to comment.