diff options
Diffstat (limited to 'tests/ui/nested-ty-params.rs')
| -rw-r--r-- | tests/ui/nested-ty-params.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/nested-ty-params.rs b/tests/ui/nested-ty-params.rs index 866e6230f9e..c00c3bc3372 100644 --- a/tests/ui/nested-ty-params.rs +++ b/tests/ui/nested-ty-params.rs @@ -1,4 +1,3 @@ -//@ error-pattern:can't use generic parameters from outer item fn hd<U>(v: Vec<U> ) -> U { fn hd1(w: [U]) -> U { return w[0]; } //~^ ERROR can't use generic parameters from outer item |
