@@ -9,25 +9,20 @@ to shrink!
9
9
- [ ` libstd ` facade]
10
10
- [ Trait reform] – some partial documentation exists (the use of ` Self ` ), but
11
11
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.
15
12
- [ Flexible target specification] - Some---but not all---flags are documented
16
13
in [ Conditional compilation]
17
- - [ Require parentheses for chained comparisons]
18
14
- [ ` dllimport ` ] - one element mentioned but not explained at [ FFI attributes]
19
15
- [ define ` crt_link ` ]
20
16
- [ define ` unaligned_access ` ]
17
+ - ` impl Trait `
21
18
22
19
[ `libstd` facade ] : https://github.com/rust-lang/rfcs/pull/40
23
20
[ Trait reform ] : https://github.com/rust-lang/rfcs/pull/48
24
21
[ Attributes on `match` arms ] : https://github.com/rust-lang/rfcs/pull/49
25
22
[ Attributes ] : attributes.html
26
23
[ Flexible target specification ] : https://github.com/rust-lang/rfcs/pull/131
27
24
[ Conditional compilation ] : attributes.html#conditional-compilation
28
- [ Unambiguous function call syntax ] : https://github.com/rust-lang/rfcs/pull/132
29
25
[ Integer overflow not `unsafe` ] : https://github.com/rust-lang/rfcs/pull/560
30
26
[ `dllimport` ] : https://github.com/rust-lang/rfcs/pull/1717
31
27
[ FFI attributes ] : attributes.html#ffi-attributes
32
28
[ 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