Capitalize Copy trait in test
This commit is contained in:
parent
1a33c25d6f
commit
5eccf84919
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ impl int: Serializable {
|
|||
|
||||
struct F<A> { a: A }
|
||||
|
||||
impl<A: copy Serializable> F<A>: Serializable {
|
||||
impl<A: Copy Serializable> F<A>: Serializable {
|
||||
fn serialize<S: Serializer>(s: S) {
|
||||
self.a.serialize(s);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue