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.
1 parent 1eefa67 commit 60c66e3Copy full SHA for 60c66e3
src/librustc_span/lib.rs
@@ -14,6 +14,9 @@
14
#![feature(optin_builtin_traits)]
15
#![feature(specialization)]
16
17
+// allow wasm target for rustc-ap-rustc_span
18
+extern crate rustc_macros;
19
+
20
use rustc_data_structures::AtomicRef;
21
use rustc_macros::HashStable_Generic;
22
use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};
0 commit comments