Skip to content

Commit 871de6e

Browse files
authored
Rollup merge of rust-lang#133952 - bjorn3:remove_wasm_legacy_abi, r=alexcrichton
Remove wasm legacy abi Closes rust-lang#122532 Closes rust-lang#138762 Fixes rust-lang#71871 rust-lang#88152 Fixes rust-lang#115666 Fixes rust-lang#129486
2 parents 8ef42ec + 7204ad4 commit 871de6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

proc_macro/src/bridge/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
//! Rust ABIs (e.g., stage0/bin/rustc vs stage1/bin/rustc during bootstrap).
88
99
#![deny(unsafe_code)]
10-
// proc_macros anyway don't work on wasm hosts so while both sides of this bridge can
11-
// be built with different versions of rustc, the wasm ABI changes don't really matter.
12-
#![allow(wasm_c_abi)]
1310

1411
use std::hash::Hash;
1512
use std::ops::{Bound, Range};

0 commit comments

Comments
 (0)