kill old-style-lub warnings

This commit is contained in:
Niko Matsakis 2018-10-15 11:55:20 -04:00
parent 740117f905
commit c244fd79f2
7 changed files with 4 additions and 317 deletions

View file

@ -11,8 +11,6 @@ LL | | };
|
= note: expected type `for<'r, 's> fn(&'r u8, &'s u8)`
found type `for<'a> fn(&'a u8, &'a u8)`
= note: this was previously accepted by the compiler but has been phased out
= note: for more information, see https://github.com/rust-lang/rust/issues/45852
error: aborting due to previous error

View file

@ -11,8 +11,6 @@ LL | | };
|
= note: expected type `&dyn for<'a, 'b> Foo<&'a u8, &'b u8>`
found type `&dyn for<'a> Foo<&'a u8, &'a u8>`
= note: this was previously accepted by the compiler but has been phased out
= note: for more information, see https://github.com/rust-lang/rust/issues/45852
error: aborting due to previous error