Deactivate feature gate explicit_generic_args_with_impl_trait

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron 2022-05-09 15:14:43 +01:00
parent 12872b6807
commit 640a461388
22 changed files with 32 additions and 169 deletions

View file

@ -1,7 +1,5 @@
// check-pass
#![feature(explicit_generic_args_with_impl_trait)]
fn foo<T: ?Sized>(_f: impl AsRef<T>) {}
fn main() {