diff options
Diffstat (limited to 'src/test/run-pass/method-recursive-blanket-impl.rs')
| -rw-r--r-- | src/test/run-pass/method-recursive-blanket-impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/method-recursive-blanket-impl.rs b/src/test/run-pass/method-recursive-blanket-impl.rs index b45faca2de6..4e4fb75b428 100644 --- a/src/test/run-pass/method-recursive-blanket-impl.rs +++ b/src/test/run-pass/method-recursive-blanket-impl.rs @@ -16,7 +16,7 @@ use std::kinds::Sized; // Note: this must be generic for the problem to show up -trait Foo<A> for Sized? { +trait Foo<A> for ?Sized { fn foo(&self); } |
