Skip to content

Commit 44d760f

Browse files
committed
remove emsdk update from relnotes
1 parent 6afee11 commit 44d760f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASES.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ Compatibility Notes
110110
- Support for the target named `wasm32-wasi` has been removed as the target is now named `wasm32-wasip1`. This completes the [transition](https://github.com/rust-lang/compiler-team/issues/607) [plan](https://github.com/rust-lang/compiler-team/issues/695) for this target following [the introduction of `wasm32-wasip1`](https://github.com/rust-lang/rust/pull/120468) in Rust 1.78. Compiler warnings on [use of `wasm32-wasi`](https://github.com/rust-lang/rust/pull/126662) introduced in Rust 1.81 are now gone as well as the target is removed.
111111
- [The syntax `&pin (mut|const) T` is now parsed as a type which in theory could affect macro expansion results in some edge cases](https://github.com/rust-lang/rust/pull/130635#issuecomment-2375462821)
112112
- [Legacy syntax for calling `std::arch` functions is no longer permitted to declare items or bodies (such as closures, inline consts, or async blocks).](https://github.com/rust-lang/rust/pull/130443#issuecomment-2445678945)
113-
- The `wasm32-unknown-emscripten` target's binary release of the standard library is now [built with the latest emsdk 3.1.68](https://github.com/rust-lang/rust/pull/131533), which fixes an ABI-incompatibility with Emscripten >= 3.1.42. If you are locally using a version of emsdk with an incompatible ABI (e.g. before 3.1.42 or a future one), you should build your code with `-Zbuild-std` to ensure that `std` uses the correct ABI.
114113
- [Declaring functions with a calling convention not supported on the current target now triggers a hard error](https://github.com/rust-lang/rust/pull/129935)
115114
- [The next-generation trait solver is now enabled for coherence, fixing multiple soundness issues](https://github.com/rust-lang/rust/pull/130654)
116115

@@ -2183,7 +2182,7 @@ Language
21832182
--------
21842183

21852184
- [Stabilize default_alloc_error_handler](https://github.com/rust-lang/rust/pull/102318/)
2186-
This allows usage of `alloc` on stable without requiring the
2185+
This allows usage of `alloc` on stable without requiring the
21872186
definition of a handler for allocation failure. Defining custom handlers is still unstable.
21882187
- [Stabilize `efiapi` calling convention.](https://github.com/rust-lang/rust/pull/105795/)
21892188
- [Remove implicit promotion for types with drop glue](https://github.com/rust-lang/rust/pull/105085/)

0 commit comments

Comments
 (0)