We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f00e2 commit 732eaf8Copy full SHA for 732eaf8
src/librustc_span/lib.rs
@@ -14,7 +14,7 @@
14
#![feature(optin_builtin_traits)]
15
#![feature(specialization)]
16
17
-// allow wasm target for rustc-ap-rustc_span
+// FIXME(#56935): Work around ICEs during cross-compilation.
18
#[allow(unused)]
19
extern crate rustc_macros;
20
0 commit comments