From 8779f4c6585f446b30a2751dc6967a90b3bce931 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 29 Dec 2022 18:25:59 -0800 Subject: [PATCH] Update ui test suite to nightly-2022-12-30 --- tests/ui/test-not-send.stderr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ui/test-not-send.stderr b/tests/ui/test-not-send.stderr index 33df475e..cc535a85 100644 --- a/tests/ui/test-not-send.stderr +++ b/tests/ui/test-not-send.stderr @@ -5,7 +5,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely | ^^^^ `proc_macro::Span` cannot be sent between threads safely | = help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span` - = note: required because it appears within the type `proc_macro2::imp::Span` + = note: required because it appears within the type `Span` = note: required because it appears within the type `Span` note: required by a bound in `requires_send` --> test-not-send.rs:4:25 @@ -20,8 +20,8 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely | ^^^^ `Rc<()>` cannot be sent between threads safely | = help: within `Span`, the trait `Send` is not implemented for `Rc<()>` - = note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits` - = note: required because it appears within the type `PhantomData` + = note: required because it appears within the type `ProcMacroAutoTraits` + = note: required because it appears within the type `PhantomData` = note: required because it appears within the type `Span` note: required by a bound in `requires_send` --> test-not-send.rs:4:25