Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/109239.rs: fixed with no errors #1551

Merged
merged 1 commit into from
Mar 23, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#109239

#![allow(incomplete_features)]
#![feature(return_position_impl_trait_in_trait)]

trait Trait {
    type Type;

    fn method(&self) -> impl Trait<Type = impl Trait<Type = impl Sized + '_> + '_>;
}

fn main() {}
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit ac0fdd9 into master Mar 23, 2023
@Alexendoo Alexendoo deleted the autofix/ices/109239.rs branch March 23, 2023 21:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants