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
Update the expected compiler error output for the missing_pin_data UI test
to match the current Rust compiler's actual error message format. The
compiler no longer includes the 'help' suggestion that was previously
part of the error output.
This resolves test failures caused by changes in compiler error message
formatting between Rust versions.
Copy file name to clipboardExpand all lines: tests/ui/compile-fail/init/missing_pin_data.stderr
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,3 @@ error[E0599]: no associated item named `__pin_data` found for struct `Foo` in th
11
11
= note: the following trait defines an item `__pin_data`, perhaps you need to implement it:
12
12
candidate #1: `HasPinData`
13
13
= note: this error originates in the macro `$crate::try_pin_init` which comes from the expansion of the macro `pin_init` (in Nightly builds, run with -Z macro-backtrace for more info)
14
-
help: there is an associated function `__init_data` with a similar name
0 commit comments