We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccc5a2 commit fc2ae0fCopy full SHA for fc2ae0f
tests/ui/test-not-send.stderr
@@ -31,7 +31,7 @@ error[E0277]: `Rc<()>` cannot be sent between threads safely
31
note: required because it appears within the type `PhantomData<Rc<()>>`
32
--> $RUST/core/src/marker.rs
33
|
34
- | pub struct PhantomData<T: ?Sized>;
+ | pub struct PhantomData<T: PointeeSized>;
35
| ^^^^^^^^^^^
36
note: required because it appears within the type `proc_macro2::marker::ProcMacroAutoTraits`
37
--> $WORKSPACE/src/marker.rs
0 commit comments