Skip to content

Commit 60c66e3

Browse files
committed
allow wasm target for rustc-ap-rustc_span
1 parent 1eefa67 commit 60c66e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustc_span/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
#![feature(optin_builtin_traits)]
1515
#![feature(specialization)]
1616

17+
// allow wasm target for rustc-ap-rustc_span
18+
extern crate rustc_macros;
19+
1720
use rustc_data_structures::AtomicRef;
1821
use rustc_macros::HashStable_Generic;
1922
use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};

0 commit comments

Comments
 (0)