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

ices/92954.rs: fixed with no errors #1097

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#92954

#![feature(generic_associated_types)]

pub trait Foo {
    type Assoc<'c>
    where
        Self: 'c;
        
    fn function() -> for<'x> fn(Self::Assoc<'x>);
}

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

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit ed3b138 into master Jan 25, 2022
@Alexendoo Alexendoo deleted the autofix/ices/92954.rs branch January 25, 2022 12:29
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