Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f168e79

Browse files
committedDec 4, 2024
consistently handle global where-bounds
1 parent e27c76f commit f168e79

File tree

6 files changed

+248
-341
lines changed

6 files changed

+248
-341
lines changed
 

‎compiler/rustc_trait_selection/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#![feature(extract_if)]
2424
#![feature(if_let_guard)]
2525
#![feature(iter_intersperse)]
26+
#![feature(iterator_try_reduce)]
2627
#![feature(let_chains)]
2728
#![feature(never_type)]
2829
#![feature(rustdoc_internals)]
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.