about summary refs log tree commit diff
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
commitf1fadb8ba20434c1e0722ea75de097d8a6c5e1fa (patch)
treecd066a574debdf819b09af4f6f080fc5f5caf8db
parentd7198a541d51bef7f73df6b5ff4142d8af8c83dc (diff)
downloadrust-f1fadb8ba20434c1e0722ea75de097d8a6c5e1fa.tar.gz
rust-f1fadb8ba20434c1e0722ea75de097d8a6c5e1fa.zip
stabilize raw_ref_op
-rw-r--r--example/mini_core_hello_world.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs
index e603ac566f4..ccbd5a78485 100644
--- a/example/mini_core_hello_world.rs
+++ b/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)]