Skip to content

Commit 7204ad4

Browse files
committed
Remove all support for wasm's legacy ABI
1 parent 4115287 commit 7204ad4

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)