Skip to content

Commit

Permalink
Update ui test output to nightly-2023-12-16
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 16, 2023
1 parent 128f29d commit 5ec4b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/pin_project/overlapping_unpin_struct.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ error[E0277]: `PhantomPinned` cannot be unpinned
|
= note: consider using the `pin!` macro
consider using `Box::pin` if you need to access the pinned value outside of the current scope
note: required because it appears within the type `__Origin<'_, PhantomPinned>`
note: required because it appears within the type `_::__Origin<'_, PhantomPinned>`
--> tests/ui/pin_project/overlapping_unpin_struct.rs:7:1
|
7 | / pin_project! {
Expand Down

0 comments on commit 5ec4b93

Please sign in to comment.