We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd7b6d commit 388795cCopy full SHA for 388795c
tests/run-pass/associated_type_bounds.rs
@@ -1,8 +1,9 @@
1
// SPDX-License-Identifier: Apache-2.0 OR MIT
2
3
-#![feature(associated_type_bounds)]
4
#![allow(dead_code)]
5
+// TODO: move to tests/test.rs once Rust 1.79 become stable.
6
+
7
// https://github.com/rust-lang/rust/blob/1.70.0/tests/ui/associated-type-bounds/fn-where.rs
8
pub mod fn_where {
9
use easy_ext::ext;
0 commit comments