Skip to content

Commit 8779f4c

Browse files
committed
Update ui test suite to nightly-2022-12-30
1 parent 293705d commit 8779f4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/test-not-send.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ error[E0277]: `proc_macro::Span` cannot be sent between threads safely
55
| ^^^^ `proc_macro::Span` cannot be sent between threads safely
66
|
77
= help: within `Span`, the trait `Send` is not implemented for `proc_macro::Span`
8-
= note: required because it appears within the type `proc_macro2::imp::Span`
8+
= note: required because it appears within the type `Span`
99
= note: required because it appears within the type `Span`
1010
note: required by a bound in `requires_send`
1111
--> test-not-send.rs:4:25
@@ -20,8 +20,8 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
2020
| ^^^^ `Rc<()>` cannot be sent between threads safely
2121
|
2222
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
23-
= note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits`
24-
= note: required because it appears within the type `PhantomData<proc_macro2::marker::ProcMacroAutoTraits>`
23+
= note: required because it appears within the type `ProcMacroAutoTraits`
24+
= note: required because it appears within the type `PhantomData<ProcMacroAutoTraits>`
2525
= note: required because it appears within the type `Span`
2626
note: required by a bound in `requires_send`
2727
--> test-not-send.rs:4:25

0 commit comments

Comments
 (0)