mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
gate use of wasm_target_feature on wasm target arch
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
//! and you should see `746573740a` get printed out.
|
||||
|
||||
#![allow(internal_features)]
|
||||
#![feature(wasm_target_feature)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![cfg_attr(
|
||||
any(target_arch = "x86", target_arch = "x86_64"),
|
||||
|
||||
Reference in New Issue
Block a user