Skip to content

Commit 388795c

Browse files
committed
Update associated_type_bounds test
associated_type_bounds stabilized in Rust 1.79. rust-lang/rust#122055
1 parent 5bd7b6d commit 388795c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run-pass/associated_type_bounds.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
22

3-
#![feature(associated_type_bounds)]
43
#![allow(dead_code)]
54

5+
// TODO: move to tests/test.rs once Rust 1.79 become stable.
6+
67
// https://github.com/rust-lang/rust/blob/1.70.0/tests/ui/associated-type-bounds/fn-where.rs
78
pub mod fn_where {
89
use easy_ext::ext;

0 commit comments

Comments
 (0)