about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/example
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-07-13 13:53:56 +0200
committerRalf Jung <post@ralfj.de>2024-08-18 19:46:53 +0200
commit79503dd742253cdca54f10aec9052ff477ccaf38 (patch)
treed2ca6c8e15488c515dcc5fed482e33811f2dbdbe /compiler/rustc_codegen_cranelift/example
parentf04f6ca36d2439375d20a98be013384afbab0782 (diff)
downloadrust-79503dd742253cdca54f10aec9052ff477ccaf38.tar.gz
rust-79503dd742253cdca54f10aec9052ff477ccaf38.zip
stabilize raw_ref_op
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example')
-rw-r--r--compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs b/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
index e603ac566f4..ccbd5a78485 100644
--- a/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
+++ b/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs
@@ -6,8 +6,7 @@
     extern_types,
     naked_functions,
     thread_local,
-    repr_simd,
-    raw_ref_op
+    repr_simd
 )]
 #![no_core]
 #![allow(dead_code, non_camel_case_types, internal_features)]