Skip to content

Commit

Permalink
tests: Update ui test output to nightly-2024-10-17
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 17, 2024
1 parent 6d4b8db commit 1904d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ui/pin_project/conflict-unpin.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ error[E0119]: conflicting implementations of trait `Unpin` for type `Qux<_, _>`
52 | impl<T, U> Unpin for Qux<T, U> {} // Non-conditional Unpin impl
| ------------------------------ first implementation here
|
= note: upstream crates may add a new impl of trait `std::marker::Unpin` for type `(std::marker::PhantomData<&()>, std::marker::PhantomPinned)` in future versions
= note: this error originates in the macro `$crate::__pin_project_make_unpin_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0119]: conflicting implementations of trait `Unpin` for type `Fred<_, _>`
Expand All @@ -81,4 +82,5 @@ error[E0119]: conflicting implementations of trait `Unpin` for type `Fred<_, _>`
64 | impl<T: Unpin, U: Unpin> Unpin for Fred<T, U> {} // Conditional Unpin impl
| --------------------------------------------- first implementation here
|
= note: upstream crates may add a new impl of trait `std::marker::Unpin` for type `(std::marker::PhantomData<&()>, std::marker::PhantomPinned)` in future versions
= note: this error originates in the macro `$crate::__pin_project_make_unpin_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 1904d6e

Please sign in to comment.