diff options
Diffstat (limited to 'src/doc/rust.md')
| -rw-r--r-- | src/doc/rust.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md index 345b7615168..5028f224475 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -2557,6 +2557,8 @@ The currently implemented features of the reference compiler are: * `tuple_indexing` - Allows use of tuple indexing (expressions like `expr.0`) +* `associated_types` - Allows type aliases in traits. Experimental. + If a feature is promoted to a language feature, then all existing programs will start to receive compilation warnings about #[feature] directives which enabled the new feature (because the directive is no longer necessary). However, if |
