You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Language
7
7
--------
8
8
9
9
- [Lower pattern bindings in the order they're written and base drop order on primary bindings' order](https://github.com/rust-lang/rust/pull/143764)
10
-
- [Stabilize declaration of c-style variadic functions for sysv64, win64, efiapi, and aapcs ABIs](https://github.com/rust-lang/rust/pull/144066).
10
+
- [Stabilize declaration of C-style variadic functions for `sysv64`, `win64`, `efiapi`, and `aapcs` ABIs](https://github.com/rust-lang/rust/pull/144066).
11
11
This brings these ABIs in line with the C ABI: variadic functions can be declared in extern blocks but not defined.
12
12
- [Always require coroutine captures to be drop-live](https://github.com/rust-lang/rust/pull/144156)
13
13
- [Add lint against dangling pointers from local variables](https://github.com/rust-lang/rust/pull/144322)
0 commit comments