Skip to content

Commit fc2ae0f

Browse files
committed
Update ui test suite to nightly-2025-06-18
1 parent 1ccc5a2 commit fc2ae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/test-not-send.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
3131
note: required because it appears within the type `PhantomData<Rc<()>>`
3232
--> $RUST/core/src/marker.rs
3333
|
34-
| pub struct PhantomData<T: ?Sized>;
34+
| pub struct PhantomData<T: PointeeSized>;
3535
| ^^^^^^^^^^^
3636
note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits`
3737
--> $WORKSPACE/src/marker.rs

0 commit comments

Comments
 (0)