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

ices/62521-2.rs: fixed with no errors #240

Merged
merged 1 commit into from
Dec 23, 2019
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#62521

#![crate_type = "lib"]

#![feature(generic_associated_types)]
trait Foo {
  type PublicKey<'a> : From<&'a [u8]>;     
}
=== stdout ===
=== stderr ===
warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash
 --> /home/runner/work/glacier/glacier/ices/62521-2.rs:3:12
  |
3 | #![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/62521-2.rs:3:12
  |
3 | #![feature(generic_associated_types)]
  |            ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(incomplete_features)]` on by default

==============
@JohnTitor JohnTitor merged commit a70a1f3 into master Dec 23, 2019
@JohnTitor JohnTitor deleted the autofix/ices/62521-2.rs branch December 23, 2019 12:11
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.

None yet

2 participants