File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
- [ Now accepts underscores in unicode escapes] [ 43716 ]
8
8
- [ ` #![feature(const_fn)] ` is now no longer required for
9
9
calling const functions.] [ 43017 ] It's still required for creating
10
- constant functions.
10
+ constant functions, and const functions in the standard libraries
11
+ now have individual feature gates.
11
12
- [ ` T op= &T ` now works for numeric types.] [ 44287 ] eg. ` let mut x = 2; x += &8; `
12
13
- [ types that impl ` Drop ` are now allowed in ` const ` and ` static ` types] [ 44456 ]
13
14
45
46
Misc
46
47
----
47
48
- [ ` libbacktrace ` is now available on Apple platforms.] [ 44251 ]
48
- - [ Stabilised the ` compile_fail ` attribute for code fences.] [ 43949 ] This now
49
- lets you specify that a given code example will fail to compile.
49
+ - [ Stabilised the ` compile_fail ` attribute for code fences in doc-comments .] [ 43949 ]
50
+ This now lets you specify that a given code example will fail to compile.
50
51
51
52
Compatibility Notes
52
53
-------------------
You can’t perform that action at this time.
0 commit comments