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
<anon>:4:2: 4:33 error: the trait `core::clone::Clone` is not implemented for the type `fn(u8, u8, u8, u8, u8, u8)` [E0277]
<anon>:4 foo: fn(u8, u8, u8, u8, u8, u8),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<anon>:2:16: 2:21 note: in this expansion of #[derive_Clone] (defined in <anon>)
<anon>:4:2: 4:33 help: see the detailed explanation for E0277
<anon>:4:2: 4:33 note: required by `core::clone::Clone::clone`
error: aborting due to previous error
playpen: application terminated with error code 101
Reducing the number of arguments makes this compile.
cc @rust-lang/compiler
The text was updated successfully, but these errors were encountered:
Gives an error on nightly/beta, but not on stable
Reducing the number of arguments makes this compile.
cc @rust-lang/compiler
The text was updated successfully, but these errors were encountered: