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

ices/68653.rs: fixed with no errors #285

Merged
merged 1 commit into from
Feb 15, 2020
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#68653

#![feature(generic_associated_types)]

trait Fun {
    type F<'a: 'a>;
}

impl <T> Fun for T {
    type F<'a> = Self;
}


fn main() {
}
=== stdout ===
=== stderr ===
warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash
 --> /home/runner/work/glacier/glacier/ices/68653.rs:1:12
  |
1 | #![feature(generic_associated_types)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(incomplete_features)]` on by default

==============

=== stdout ===
=== stderr ===
warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash
 --> /home/runner/work/glacier/glacier/ices/68653.rs:1:12
  |
1 | #![feature(generic_associated_types)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(incomplete_features)]` on by default

==============
@JohnTitor JohnTitor merged commit 33c1f3c into master Feb 15, 2020
@JohnTitor JohnTitor deleted the autofix/ices/68653.rs branch February 15, 2020 12:18
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants