Skip to content

Commit

Permalink
Update generic_associated_types test
Browse files Browse the repository at this point in the history
generic_associated_types stabilized in Rust 1.65.
rust-lang/rust#96709
  • Loading branch information
taiki-e committed Sep 14, 2022
1 parent d4e79ef commit 64e46d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-pass/generic_associated_types.rs
@@ -1,4 +1,4 @@
#![feature(generic_associated_types)]
// TODO: move to tests/test.rs once Rust 1.65 become stable.

// https://github.com/rust-lang/rust/blob/1.63.0/src/test/ui/generic-associated-types/collections.rs
pub mod collections {
Expand Down

0 comments on commit 64e46d1

Please sign in to comment.