Skip to content

Commit 3c77937

Browse files
committed
Stabilize nontrapping-fptoint
1 parent 045f158 commit 3c77937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/target_features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const WASM_ALLOWED_FEATURES: &[(&str, Option<Symbol>)] = &[
286286
("exception-handling", Some(sym::wasm_target_feature)),
287287
("multivalue", Some(sym::wasm_target_feature)),
288288
("mutable-globals", Some(sym::wasm_target_feature)),
289-
("nontrapping-fptoint", Some(sym::wasm_target_feature)),
289+
("nontrapping-fptoint", None),
290290
("reference-types", Some(sym::wasm_target_feature)),
291291
("relaxed-simd", Some(sym::wasm_target_feature)),
292292
("sign-ext", Some(sym::wasm_target_feature)),

0 commit comments

Comments
 (0)