Skip to content

Commit b8623fa

Browse files
authored
Merge pull request rust-lang#380 from Havvy/undoc-features
Add impl trait and remove others from undocumented list
2 parents d8728ad + dbedb4a commit b8623fa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/undocumented.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,25 +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]
1814
- [`dllimport`] - one element mentioned but not explained at [FFI attributes]
1915
- [define `crt_link`]
2016
- [define `unaligned_access`]
17+
- `impl Trait`
2118

2219
[`libstd` facade]: https://github.com/rust-lang/rfcs/pull/40
2320
[Trait reform]: https://github.com/rust-lang/rfcs/pull/48
2421
[Attributes on `match` arms]: https://github.com/rust-lang/rfcs/pull/49
2522
[Attributes]: attributes.html
2623
[Flexible target specification]: https://github.com/rust-lang/rfcs/pull/131
2724
[Conditional compilation]: attributes.html#conditional-compilation
28-
[Unambiguous function call syntax]: https://github.com/rust-lang/rfcs/pull/132
2925
[Integer overflow not `unsafe`]: https://github.com/rust-lang/rfcs/pull/560
3026
[`dllimport`]: https://github.com/rust-lang/rfcs/pull/1717
3127
[FFI attributes]: attributes.html#ffi-attributes
3228
[define `crt_link`]: https://github.com/rust-lang/rfcs/pull/1721
33-
[define `unaligned_access`]: https://github.com/rust-lang/rfcs/pull/1725

0 commit comments

Comments
 (0)