Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature min_type_alias_impl_trait renamed to type_alias_impl_trait #172

Merged
merged 1 commit into from Jul 29, 2021

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Jul 29, 2021

As of nightly-2021-07-29:

error[E0557]: feature has been removed
 --> tests/test.rs:3:33
  |
3 |     feature(min_specialization, min_type_alias_impl_trait)
  |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
  |
  = note: removed in favor of full type_alias_impl_trait

error[E0658]: `impl Trait` in type aliases is unstable
    --> tests/test.rs:1299:22
     |
1299 |         type Assoc = impl Sized;
     |                      ^^^^^^^^^^
     |
     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
     = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable

As of nightly-2021-07-29:

    error[E0557]: feature has been removed
     --> tests/test.rs:3:33
      |
    3 |     feature(min_specialization, min_type_alias_impl_trait)
      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed
      |
      = note: removed in favor of full type_alias_impl_trait

    error[E0658]: `impl Trait` in type aliases is unstable
        --> tests/test.rs:1299:22
         |
    1299 |         type Assoc = impl Sized;
         |                      ^^^^^^^^^^
         |
         = note: see issue #63063 <rust-lang/rust#63063> for more information
         = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable
@dtolnay dtolnay merged commit 4635d0f into master Jul 29, 2021
@dtolnay dtolnay deleted the impltrait branch July 29, 2021 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant