Don't emit refining_impl_trait for private items
This commit is contained in:
parent
4745d34bc3
commit
4d05da46e7
15 changed files with 98 additions and 47 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#![feature(return_position_impl_trait_in_trait)]
|
||||
|
||||
trait Iterable {
|
||||
pub trait Iterable {
|
||||
type Item<'a>
|
||||
where
|
||||
Self: 'a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue