1
Fork 0

Stabilize AFIT and RPITIT

This commit is contained in:
Michael Goulet 2023-09-13 16:04:42 +00:00
parent 57ef889852
commit 59315b8a63
229 changed files with 284 additions and 1032 deletions

View file

@ -1,6 +1,5 @@
// issue: 114145
#![feature(return_position_impl_trait_in_trait)]
pub trait Iterable {
type Item<'a>