Skip to content

Commit

Permalink
tests: Update ui test output to nightly-2024-09-13
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 13, 2024
1 parent c76f7d9 commit 40faf33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ui/pin_project/conflict-unpin.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ 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 @@ -82,5 +81,4 @@ 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 40faf33

Please sign in to comment.