Skip to content

Commit

Permalink
chore: rename type_alias_impl_trait feature gate to `impl_trait_in_…
Browse files Browse the repository at this point in the history
…assoc_type`

This change was introduced by
rust-lang/rust#110237 in the latest nightlies.
  • Loading branch information
AlexTMjugador committed Apr 13, 2023
1 parent aa7f8f1 commit c629a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packsquash/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#![feature(lazy_cell)]
#![feature(nonzero_ops)]
#![feature(try_find)]
#![feature(type_alias_impl_trait)]
#![feature(impl_trait_in_assoc_type)]
#![feature(generic_const_exprs)]
#![feature(const_option)]
#![feature(const_fn_floating_point_arithmetic)]
Expand Down

0 comments on commit c629a55

Please sign in to comment.