1
Fork 0

Don't emit refining_impl_trait for private items

This commit is contained in:
Michael Goulet 2023-09-07 00:45:12 +00:00
parent 4745d34bc3
commit 4d05da46e7
15 changed files with 98 additions and 47 deletions

View file

@ -2,7 +2,7 @@
#![feature(return_position_impl_trait_in_trait)]
trait Iterable {
pub trait Iterable {
type Item<'a>
where
Self: 'a;