Correct use cannot have type args as per flodiebold
This commit is contained in:
@@ -1961,7 +1961,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
|
||||
|
||||
/// Associated type argument that is passed at generic instantiation site.
|
||||
/// ```
|
||||
/// use foo::<'a, u64, bool, ❰ Item = Bar ❱, 42>::baz;
|
||||
/// type Foo = Bar::<'a, u64, bool, ❰ Item = Baz ❱, 42>::Bruh;
|
||||
///
|
||||
/// trait Bruh<T>: Iterator<❰ Item: Debug ❱> {}
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user