Skip to content

Commit 64e46d1

Browse files
committed
Update generic_associated_types test
generic_associated_types stabilized in Rust 1.65. rust-lang/rust#96709
1 parent d4e79ef commit 64e46d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-pass/generic_associated_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(generic_associated_types)]
1+
// TODO: move to tests/test.rs once Rust 1.65 become stable.
22

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

0 commit comments

Comments
 (0)