Skip to content

Commit 67cecbe

Browse files
committed
test: revert changes in ui tests stderr
1 parent e691efe commit 67cecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ink/tests/ui/contract/fail/message/message-input-non-codec.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ note: required by a bound in `ExecutionInput::<ArgumentList<ArgumentListEnd, Arg
5050
| T: AbiEncodeWith<Abi>,
5151
| ^^^^^^^^^^^^^^^^^^ required by this bound in `ExecutionInput::<ArgumentList<ArgumentListEnd, ArgumentListEnd, Abi>, Abi>::push_arg`
5252

53-
error[E0599]: the method `try_invoke` exists for struct `ink::ink_env::call::CallBuilder<DefaultEnvironment, Set<Call>, Set<ExecutionInput<ArgumentList<Argument<NonCodecType>, ArgumentList<ArgumentListEnd, ArgumentListEnd, ink::abi::Ink>, ink::abi::Ink>, ink::abi::Ink>>, Set<ReturnType<()>>>`, but its trait bounds were not satisfied
53+
error[E0599]: the method `try_invoke` exists for struct `CallBuilder<DefaultEnvironment, Set<Call>, Set<ExecutionInput<ArgumentList<Argument<NonCodecType>, ArgumentList<ArgumentListEnd, ArgumentListEnd, Ink>, Ink>, Ink>>, Set<ReturnType<()>>>`, but its trait bounds were not satisfied
5454
--> tests/ui/contract/fail/message/message-input-non-codec.rs:18:9
5555
|
5656
18 | pub fn message(&self, _input: NonCodecType) {}

0 commit comments

Comments
 (0)