From 40faf3314fc289e69942739fb73cb85ebd70dcb6 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 13 Sep 2024 22:45:14 +0900 Subject: [PATCH] tests: Update ui test output to nightly-2024-09-13 --- tests/ui/pin_project/conflict-unpin.stderr | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ui/pin_project/conflict-unpin.stderr b/tests/ui/pin_project/conflict-unpin.stderr index 44aa959..ce62b8b 100644 --- a/tests/ui/pin_project/conflict-unpin.stderr +++ b/tests/ui/pin_project/conflict-unpin.stderr @@ -64,7 +64,6 @@ error[E0119]: conflicting implementations of trait `Unpin` for type `Qux<_, _>` 52 | impl Unpin for Qux {} // 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<_, _>` @@ -82,5 +81,4 @@ error[E0119]: conflicting implementations of trait `Unpin` for type `Fred<_, _>` 64 | impl Unpin for Fred {} // 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)