about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/lib.rs
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2025-08-01 21:19:32 +0000
committerEsteban Küber <esteban@kuber.com.ar>2025-08-04 16:12:58 +0000
commitfa6986ebe749bc59d569e3f75d0b5764f2601d78 (patch)
tree96c43e7f6a4eb9f2bb6c172215b54db3973fdf79 /compiler/rustc_trait_selection/src/lib.rs
parente5e79f8bd428d0b8d26e8240d718b134ef297459 (diff)
downloadrust-fa6986ebe749bc59d569e3f75d0b5764f2601d78.tar.gz
rust-fa6986ebe749bc59d569e3f75d0b5764f2601d78.zip
Suggest bounds in more cases, accounting for type parameters referenced in predicate
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
-rw-r--r--compiler/rustc_trait_selection/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs
index e2b22f7bab7..fc0cf8f140a 100644
--- a/compiler/rustc_trait_selection/src/lib.rs
+++ b/compiler/rustc_trait_selection/src/lib.rs
@@ -19,6 +19,7 @@
 #![feature(assert_matches)]
 #![feature(associated_type_defaults)]
 #![feature(box_patterns)]
+#![feature(default_field_values)]
 #![feature(if_let_guard)]
 #![feature(iter_intersperse)]
 #![feature(iterator_try_reduce)]