From 2af6b4b67ea72b7c8365eb1bc719c896b030123d Mon Sep 17 00:00:00 2001 From: veetaha Date: Sun, 10 May 2020 20:23:29 +0300 Subject: Correct `use` cannot have type args as per flodiebold --- xtask/src/ast_src.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask') diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index 61580bd1a..e68c77a62 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -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: Iterator<❰ Item: Debug ❱> {} /// ``` -- cgit v1.2.3