Skip to content

Commit 1b92e7e

Browse files
committed
Inert doc comments.
1 parent 28eefb3 commit 1b92e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_resolve/lifetimes.rs

+2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ enum Scope<'a> {
203203
/// Whether or not this binder would serve as the parent
204204
/// binder for opaque types introduced within. For example:
205205
///
206+
/// ```text
206207
/// fn foo<'a>() -> impl for<'b> Trait<Item = impl Trait2<'a>>
208+
/// ```
207209
///
208210
/// Here, the opaque types we create for the `impl Trait`
209211
/// and `impl Trait2` references will both have the `foo` item

0 commit comments

Comments
 (0)