Skip to content

Commit

Permalink
Fix NLL test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjasper committed Jun 11, 2020
1 parent f975ece commit 8b10d42
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -13,10 +13,10 @@ LL | let z: i32 = x;
| expected due to this
...
LL | type WrongGeneric<T> = impl 'static;
| ------------------------------------ the found opaque type
| ------------ the found opaque type
|
= note: expected type `i32`
found opaque type `WrongGeneric::<&{integer}>`
found opaque type `impl Sized`

error: aborting due to 2 previous errors

Expand Down

0 comments on commit 8b10d42

Please sign in to comment.