We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680f40e commit fd68bc1Copy full SHA for fd68bc1
src/glossary.md
@@ -14,3 +14,7 @@ What follows is a best-effort list of those acronyms and links to resources disc
14
## RTN - return type notation
15
- [Tracking Issue: rust#109417](https://github.com/rust-lang/rust/issues/109417)
16
- 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