File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 5
5
--------
6
6
- [ ` non_snake_case ` lint now allows extern no-mangle functions] [ 44966 ]
7
7
- [ Now accepts underscores in unicode escapes] [ 43716 ]
8
- - [ ` #![feature(const_fn)] ` is now no longer required for
9
- calling const functions.] [ 43017 ] It's still required for creating
10
- constant functions.
11
8
- [ ` T op= &T ` now works for numeric types.] [ 44287 ] eg. ` let mut x = 2; x += &8; `
12
9
- [ types that impl ` Drop ` are now allowed in ` const ` and ` static ` types] [ 44456 ]
13
10
45
42
Misc
46
43
----
47
44
- [ ` 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.
45
+ - [ Stabilised the ` compile_fail ` attribute for code fences in doc-comments .] [ 43949 ]
46
+ This now lets you specify that a given code example will fail to compile.
50
47
51
48
Compatibility Notes
52
49
-------------------
You can’t perform that action at this time.
0 commit comments