Skip to content

Commit 49b26d2

Browse files
committed
Update ui test suite to nightly-2023-12-15
1 parent 0b963a2 commit 49b26d2

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 `Span`
8+
note: required because it appears within the type `proc_macro2::imp::Span`
99
--> $WORKSPACE/src/wrapper.rs
1010
|
1111
| pub(crate) enum Span {
@@ -28,12 +28,12 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
2828
| ^^^^ `Rc<()>` cannot be sent between threads safely
2929
|
3030
= help: within `Span`, the trait `Send` is not implemented for `Rc<()>`
31-
note: required because it appears within the type `ProcMacroAutoTraits`
31+
note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits`
3232
--> $WORKSPACE/src/marker.rs
3333
|
3434
| pub(crate) struct ProcMacroAutoTraits(Rc<()>);
3535
| ^^^^^^^^^^^^^^^^^^^
36-
note: required because it appears within the type `PhantomData<ProcMacroAutoTraits>`
36+
note: required because it appears within the type `PhantomData<proc_macro2::marker::ProcMacroAutoTraits>`
3737
--> $RUST/core/src/marker.rs
3838
|
3939
| pub struct PhantomData<T: ?Sized>;

0 commit comments

Comments
 (0)