From 1b92e7e44640e69a48c92d31cee19f982d4e6140 Mon Sep 17 00:00:00 2001 From: Camille GILLOT Date: Sun, 29 Dec 2019 11:17:20 +0100 Subject: [PATCH] Inert doc comments. --- src/librustc_resolve/lifetimes.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/librustc_resolve/lifetimes.rs b/src/librustc_resolve/lifetimes.rs index 3bcd104246d0..5e099dba897b 100644 --- a/src/librustc_resolve/lifetimes.rs +++ b/src/librustc_resolve/lifetimes.rs @@ -203,7 +203,9 @@ enum Scope<'a> { /// Whether or not this binder would serve as the parent /// binder for opaque types introduced within. For example: /// + /// ```text /// fn foo<'a>() -> impl for<'b> Trait> + /// ``` /// /// Here, the opaque types we create for the `impl Trait` /// and `impl Trait2` references will both have the `foo` item