File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,24 +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]
14
+ - Require parentheses for chained comparisons
18
15
- [ ` dllimport ` ] - one element mentioned but not explained at [ FFI attributes]
19
16
- [ define ` crt_link ` ]
20
17
- [ define ` unaligned_access ` ]
18
+ - ` impl Trait `
21
19
22
20
[ `libstd` facade ] : https://github.com/rust-lang/rfcs/pull/40
23
21
[ Trait reform ] : https://github.com/rust-lang/rfcs/pull/48
24
22
[ Attributes on `match` arms ] : https://github.com/rust-lang/rfcs/pull/49
25
23
[ Flexible target specification ] : https://github.com/rust-lang/rfcs/pull/131
26
24
[ Conditional compilation ] : attributes.html#conditional-compilation
27
- [ Unambiguous function call syntax ] : https://github.com/rust-lang/rfcs/pull/132
28
25
[ Integer overflow not `unsafe` ] : https://github.com/rust-lang/rfcs/pull/560
29
26
[ `dllimport` ] : https://github.com/rust-lang/rfcs/pull/1717
30
27
[ FFI attributes ] : attributes.html#ffi-attributes
31
28
[ define `crt_link` ] : https://github.com/rust-lang/rfcs/pull/1721
32
- [ define `unaligned_access` ] : https://github.com/rust-lang/rfcs/pull/1725
You can’t perform that action at this time.
0 commit comments