1
Fork 0

Mark RPITIT and AFIT as no longer incomplete

This commit is contained in:
Michael Goulet 2023-05-01 05:29:36 +00:00
parent 1cb63572d2
commit 7411468ff8
48 changed files with 59 additions and 363 deletions

View file

@ -5,7 +5,6 @@
// This didn't work in the previous default RPITIT method hack attempt
#![feature(return_position_impl_trait_in_trait)]
//~^ WARN the feature `return_position_impl_trait_in_trait` is incomplete
trait Foo {
fn bar(x: bool) -> impl Sized {