Skip to content

Commit

Permalink
Update associated_type_bounds test
Browse files Browse the repository at this point in the history
associated_type_bounds stabilized in Rust 1.79.
rust-lang/rust#122055
  • Loading branch information
taiki-e committed Mar 20, 2024
1 parent 5bd7b6d commit 388795c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run-pass/associated_type_bounds.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![feature(associated_type_bounds)]
#![allow(dead_code)]

// TODO: move to tests/test.rs once Rust 1.79 become stable.

// https://github.com/rust-lang/rust/blob/1.70.0/tests/ui/associated-type-bounds/fn-where.rs
pub mod fn_where {
use easy_ext::ext;
Expand Down

0 comments on commit 388795c

Please sign in to comment.