You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/never_type/lint-never-type-fallback-flowing-into-unsafe.e2015.stderr
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,10 @@ LL | msg_send!();
102
102
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
103
103
= help: specify the type explicitly
104
104
= note: this warning originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
105
+
help: use `()` annotations to avoid fallback changes
Copy file name to clipboardExpand all lines: tests/ui/never_type/lint-never-type-fallback-flowing-into-unsafe.e2024.stderr
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,10 @@ LL | msg_send!();
102
102
= note: for more information, see issue #123748 <https://github.com/rust-lang/rust/issues/123748>
103
103
= help: specify the type explicitly
104
104
= note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
105
+
help: use `()` annotations to avoid fallback changes
106
+
|
107
+
LL | match send_message::<() /* ?0 */>() {
108
+
| ~~
105
109
106
110
warning: the type `!` does not permit zero-initialization
0 commit comments