We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d122f commit 88bcd44Copy full SHA for 88bcd44
compiler/rustc_trait_selection/src/infer.rs
@@ -46,7 +46,7 @@ pub trait InferCtxtExt<'tcx> {
46
/// - the parameter environment
47
///
48
/// Invokes `evaluate_obligation`, so in the event that evaluating
49
- /// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown)
+ /// `Ty: Trait` causes overflow, EvaluatedToRecur (or EvaluatedToUnknown)
50
/// will be returned.
51
fn type_implements_trait(
52
&self,
0 commit comments