From 2e756bc526cd81dac439a1ee75c9a4ba3eef6c7d Mon Sep 17 00:00:00 2001 From: gui Date: Fri, 6 Dec 2024 08:54:55 +0900 Subject: [PATCH] ui test --- .../test/tests/pallet_ui/authorize_wrong_closure_6.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/support/test/tests/pallet_ui/authorize_wrong_closure_6.stderr b/substrate/frame/support/test/tests/pallet_ui/authorize_wrong_closure_6.stderr index b945706e1851..b64321dabb7c 100644 --- a/substrate/frame/support/test/tests/pallet_ui/authorize_wrong_closure_6.stderr +++ b/substrate/frame/support/test/tests/pallet_ui/authorize_wrong_closure_6.stderr @@ -12,7 +12,7 @@ error[E0631]: type mismatch in function arguments | = note: expected function signature `for<'a> fn(frame_support::pallet_prelude::TransactionSource, &'a _) -> _` found function signature `fn(frame_support::pallet_prelude::TransactionSource, _) -> _` - = note: the full name for the type has been written to '$WORKSPACE/target/tests/trybuild/x86_64-unknown-linux-gnu/debug/deps/$CRATE-ce4bafddabbb422c.long-type-10504070144385936145.txt' + = note: the full name for the type has been written to '$WORKSPACE/target/tests/trybuild/x86_64-unknown-linux-gnu/debug/deps/$CRATE-f286e3c006f35842.long-type-458005035462757618.txt' = note: consider using `--verbose` to print the full type name to the console help: consider adjusting the signature so it borrows its argument |