mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
af61fdf7d5
Update `compiler-builtins` to 0.1.155 Includes the following changes: * Replace `#[naked]` with `#[unsafe(naked)]` [1] [2] * Replace `bl!` with `asm_sym` [3] [1]: https://github.com/rust-lang/compiler-builtins/pull/817 [2]: https://github.com/rust-lang/compiler-builtins/pull/821 [3]: https://github.com/rust-lang/compiler-builtins/pull/820 try-job: armhf-gnu try-job: aarch64-apple try-job: dist-apple-various