1
Fork 0

stabilize raw_ref_op

This commit is contained in:
Ralf Jung 2024-07-13 13:53:56 +02:00
parent f04f6ca36d
commit 79503dd742
63 changed files with 106 additions and 246 deletions

View file

@ -2,7 +2,7 @@
#![feature(
no_core, unboxed_closures, start, lang_items, never_type, linkage,
extern_types, thread_local, raw_ref_op
extern_types, thread_local
)]
#![no_core]
#![allow(dead_code, internal_features, non_camel_case_types)]