Skip to content

Commit

Permalink
tests: Update ui test output to nightly-2024-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 11, 2024
1 parent dcc70b0 commit b5eb2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/pinned_drop/conditional-drop-impl.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ note: required for `PinnedDropImpl<T>` to implement `PinnedDrop`
| ----- ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
| |
| unsatisfied trait bound introduced here
help: consider restricting type parameter `T`
help: consider restricting type parameter `T` with trait `Unpin`
|
19 | struct PinnedDropImpl<T: std::marker::Unpin> {
| ++++++++++++++++++++

0 comments on commit b5eb2b2

Please sign in to comment.