Skip to content

Commit fd68bc1

Browse files
zmitchellcompiler-errors
authored andcommitted
Add TAIT to glossary
1 parent 680f40e commit fd68bc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ What follows is a best-effort list of those acronyms and links to resources disc
1414
## RTN - return type notation
1515
- [Tracking Issue: rust#109417](https://github.com/rust-lang/rust/issues/109417)
1616
- Experimental, pre-RFC feature providing bounds for return types on `async fn`s
17+
18+
## TAIT - type alias `impl trait`
19+
- [Tracking Issue: rust#63063](https://github.com/rust-lang/rust/issues/63063)
20+
- Allows the ability to write `type Foo = impl Bar`

0 commit comments

Comments
 (0)