Skip to content

Commit 8e5236d

Browse files
committed
Add impl trait and remove others from undocumented list
1 parent 7e042cd commit 8e5236d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/undocumented.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,20 @@ to shrink!
99
- [`libstd` facade]
1010
- [Trait reform] – some partial documentation exists (the use of `Self`), but
1111
not for everything: e.g. coherence and orphan rules.
12-
- [Attributes on `match` arms] – the underlying idea is documented in the
13-
[Attributes] section, but the applicability to internal items is never
14-
specified.
1512
- [Flexible target specification] - Some---but not all---flags are documented
1613
in [Conditional compilation]
17-
- [Require parentheses for chained comparisons]
14+
- Require parentheses for chained comparisons
1815
- [`dllimport`] - one element mentioned but not explained at [FFI attributes]
1916
- [define `crt_link`]
2017
- [define `unaligned_access`]
18+
- `impl Trait`
2119

2220
[`libstd` facade]: https://github.com/rust-lang/rfcs/pull/40
2321
[Trait reform]: https://github.com/rust-lang/rfcs/pull/48
2422
[Attributes on `match` arms]: https://github.com/rust-lang/rfcs/pull/49
2523
[Flexible target specification]: https://github.com/rust-lang/rfcs/pull/131
2624
[Conditional compilation]: attributes.html#conditional-compilation
27-
[Unambiguous function call syntax]: https://github.com/rust-lang/rfcs/pull/132
2825
[Integer overflow not `unsafe`]: https://github.com/rust-lang/rfcs/pull/560
2926
[`dllimport`]: https://github.com/rust-lang/rfcs/pull/1717
3027
[FFI attributes]: attributes.html#ffi-attributes
3128
[define `crt_link`]: https://github.com/rust-lang/rfcs/pull/1721
32-
[define `unaligned_access`]: https://github.com/rust-lang/rfcs/pull/1725

0 commit comments

Comments
 (0)