Skip to content

Commit 2cf0366

Browse files
committed
Add note about VBIT
1 parent 1b10512 commit 2cf0366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/0000-impl-trait-type-aliases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ impl Trait for Foo {
271271

272272
Here, anything that makes use of `Foo` knows that `Foo::Assoc` implements `Debug`, but has no knowledge of its concrete type.
273273

274+
[Eventually, we would also describe the use of `impl Trait` in `let`, `const` and `static` bindings, but as they are as-yet unimplemented and function the same as return-type `impl Trait`, they haven't been included here.]
275+
274276
# Reference-level explanation
275277
[reference-level-explanation]: #reference-level-explanation
276278

0 commit comments

Comments
 (0)