diff options
Diffstat (limited to 'tests/ui/sized-hierarchy/impls.rs')
| -rw-r--r-- | tests/ui/sized-hierarchy/impls.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/sized-hierarchy/impls.rs b/tests/ui/sized-hierarchy/impls.rs index 601d837043e..46697e47c4b 100644 --- a/tests/ui/sized-hierarchy/impls.rs +++ b/tests/ui/sized-hierarchy/impls.rs @@ -207,6 +207,7 @@ fn main() { //~^ ERROR the size for values of type `main::Foo` cannot be known at compilation time needs_metasized::<(Foo, Foo)>(); //~^ ERROR the size for values of type `main::Foo` cannot be known at compilation time + //~| ERROR the size for values of type `main::Foo` cannot be known needs_pointeesized::<(Foo, Foo)>(); //~^ ERROR the size for values of type `main::Foo` cannot be known at compilation time |
