We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f76d6e0 commit aa1cafdCopy full SHA for aa1cafd
compiler/rustc_typeck/src/astconv/mod.rs
@@ -52,7 +52,7 @@ pub trait AstConv<'tcx> {
52
53
/// Returns predicates in scope of the form `X: Foo<T>`, where `X`
54
/// is a type parameter `X` with the given id `def_id` and T
55
- /// matches assoc_name. This is a subset of the full set of
+ /// matches `assoc_name`. This is a subset of the full set of
56
/// predicates.
57
///
58
/// This is used for one specific purpose: resolving "short-hand"
0 commit comments