diff --git a/crates/ink/tests/ui/contract/fail/module-missing-constructor.stderr b/crates/ink/tests/ui/contract/fail/module-missing-constructor.stderr index 80832895f6..8b6aa7debb 100644 --- a/crates/ink/tests/ui/contract/fail/module-missing-constructor.stderr +++ b/crates/ink/tests/ui/contract/fail/module-missing-constructor.stderr @@ -5,5 +5,6 @@ error: missing ink! constructor 5 | | #[ink(storage)] 6 | | pub struct Contract {} ... | +11 | | } 12 | | } | |_^ diff --git a/crates/ink/tests/ui/contract/fail/module-missing-message.stderr b/crates/ink/tests/ui/contract/fail/module-missing-message.stderr index ffbec41192..2e31adf649 100644 --- a/crates/ink/tests/ui/contract/fail/module-missing-message.stderr +++ b/crates/ink/tests/ui/contract/fail/module-missing-message.stderr @@ -5,5 +5,6 @@ error: missing ink! message 5 | | #[ink(storage)] 6 | | pub struct Contract {} ... | +13 | | } 14 | | } | |_^ diff --git a/crates/ink/tests/ui/contract/fail/module-missing-storage.stderr b/crates/ink/tests/ui/contract/fail/module-missing-storage.stderr index ca61d8ef1b..ac922639dd 100644 --- a/crates/ink/tests/ui/contract/fail/module-missing-storage.stderr +++ b/crates/ink/tests/ui/contract/fail/module-missing-storage.stderr @@ -5,5 +5,6 @@ error: missing ink! storage struct 5 | | // #[ink(storage)] 6 | | pub struct Contract {} ... | +14 | | } 15 | | } | |_^ diff --git a/crates/ink/tests/ui/contract/fail/module-multiple-storages.stderr b/crates/ink/tests/ui/contract/fail/module-multiple-storages.stderr index 847a0f8fa2..d5151e8230 100644 --- a/crates/ink/tests/ui/contract/fail/module-multiple-storages.stderr +++ b/crates/ink/tests/ui/contract/fail/module-multiple-storages.stderr @@ -5,6 +5,7 @@ error: encountered multiple ink! storage structs, expected exactly one 5 | | #[ink(storage)] 6 | | pub struct Contract {} ... | +29 | | } 30 | | } | |_^ diff --git a/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-1.stderr b/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-1.stderr index 5ad9856c37..2c41a8b2fb 100644 --- a/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-1.stderr +++ b/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-1.stderr @@ -85,7 +85,7 @@ warning: this function depends on never type fallback being `()` | ^^^^^^^^^^^^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! - = note: for more information, see + = note: for more information, see issue #123748 = help: specify the types explicitly note: in edition 2024, the requirement `!: WrapperTypeDecode` will fail --> tests/ui/contract/fail/trait-message-selector-overlap-1.rs:38:9 diff --git a/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-2.stderr b/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-2.stderr index 0b7b8c4d19..15138d2d31 100644 --- a/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-2.stderr +++ b/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-2.stderr @@ -85,7 +85,7 @@ warning: this function depends on never type fallback being `()` | ^^^^^^^^^^^^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! - = note: for more information, see + = note: for more information, see issue #123748 = help: specify the types explicitly note: in edition 2024, the requirement `!: WrapperTypeDecode` will fail --> tests/ui/contract/fail/trait-message-selector-overlap-2.rs:38:9 diff --git a/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-3.stderr b/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-3.stderr index 789c0a2d2b..bdd8dec823 100644 --- a/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-3.stderr +++ b/crates/ink/tests/ui/contract/fail/trait-message-selector-overlap-3.stderr @@ -85,7 +85,7 @@ warning: this function depends on never type fallback being `()` | ^^^^^^^^^^^^^^^^^^^^^^ | = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! - = note: for more information, see + = note: for more information, see issue #123748 = help: specify the types explicitly note: in edition 2024, the requirement `!: WrapperTypeDecode` will fail --> tests/ui/contract/fail/trait-message-selector-overlap-3.rs:38:9