We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e051f commit 20818c4Copy full SHA for 20818c4
src/doc/rustc-dev-guide/src/early_late_parameters.md
@@ -128,7 +128,7 @@ If the lifetime parameter on `foo` was late bound this would be able to compile
128
```rust
129
# fn foo<'a: 'a>(b: &'a String) -> &'a String { b }
130
# fn bar<'a>(b: &'a String) -> &'a String { b }
131
-
+#
132
// Early bound parameters are instantiated here, however as `'a` is
133
// late bound it is not provided here.
134
let b = bar;
0 commit comments