Skip to content

Commit 5eccf84

Browse files
committed
Capitalize Copy trait in test
1 parent 1a33c25 commit 5eccf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/monomorphized-callees-with-ty-params-3314.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ impl int: Serializable {
1313

1414
struct F<A> { a: A }
1515

16-
impl<A: copy Serializable> F<A>: Serializable {
16+
impl<A: Copy Serializable> F<A>: Serializable {
1717
fn serialize<S: Serializer>(s: S) {
1818
self.a.serialize(s);
1919
}

0 commit comments

Comments
 (0)