You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with --cfg working compiles fine, then without that --cfg gives:
send2.rs:9:16: 9:22 error: the type `Struct', which does not fulfill `Send`, cannot implement this trait
send2.rs:9 impl Trait for Struct {}
^~~~~~
send2.rs:9:16: 9:22 note: types implementing this trait must fulfill `Send+Sized`
send2.rs:9 impl Trait for Struct {}
^~~~~~
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
Compiling with
--cfg working
compiles fine, then without that--cfg
gives:The text was updated successfully, but these errors were encountered: