We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef42ec + 7204ad4 commit 871de6eCopy full SHA for 871de6e
proc_macro/src/bridge/mod.rs
@@ -7,9 +7,6 @@
7
//! Rust ABIs (e.g., stage0/bin/rustc vs stage1/bin/rustc during bootstrap).
8
9
#![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)]
13
14
use std::hash::Hash;
15
use std::ops::{Bound, Range};
0 commit comments