Skip to content

Commit 14498cd

Browse files
committed
Update submodules
1 parent dbe7436 commit 14498cd

18 files changed

+5296
-17
lines changed

Cargo.lock

+5,279
Large diffs are not rendered by default.

src/doc/book

Submodule book updated 113 files

src/doc/rustc-dev-guide

Submodule rustc-dev-guide updated 122 files

src/librustc_target/spec/xtensa_esp32_none_elf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn target() -> TargetResult {
3232
// See the thumb_base.rs file for an explanation of this value
3333
emit_debug_gdb_scripts: false,
3434

35-
abi_blacklist: vec![
35+
unsupported_abis: vec![
3636
Abi::Stdcall,
3737
Abi::Fastcall,
3838
Abi::Vectorcall,

src/librustc_target/spec/xtensa_esp8266_none_elf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub fn target() -> TargetResult {
3232
// See the thumb_base.rs file for an explanation of this value
3333
emit_debug_gdb_scripts: false,
3434

35-
abi_blacklist: vec![
35+
unsupported_abis: vec![
3636
Abi::Stdcall,
3737
Abi::Fastcall,
3838
Abi::Vectorcall,

src/librustc_target/spec/xtensa_none_elf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub fn target() -> TargetResult {
3131
// See the thumb_base.rs file for an explanation of this value
3232
emit_debug_gdb_scripts: false,
3333

34-
abi_blacklist: vec![
34+
unsupported_abis: vec![
3535
Abi::Stdcall,
3636
Abi::Fastcall,
3737
Abi::Vectorcall,

src/stdarch

Submodule stdarch updated 52 files

src/tools/cargo

Submodule cargo updated 311 files

src/tools/miri

Submodule miri updated 306 files

src/tools/rust-analyzer

src/tools/rustfmt

Submodule rustfmt updated 507 files

0 commit comments

Comments
 (0)