Deactivate feature gate explicit_generic_args_with_impl_trait
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
parent
12872b6807
commit
640a461388
22 changed files with 32 additions and 169 deletions
|
@ -1,7 +1,5 @@
|
|||
// check-pass
|
||||
|
||||
#![feature(explicit_generic_args_with_impl_trait)]
|
||||
|
||||
fn foo<T: ?Sized>(_f: impl AsRef<T>) {}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue