We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
arbitrary_self_types
#[doc(cfg(…))]
#[doc(cfg_hide(…))]
doc_auto_cfg
#![register_tool]
impl const Trait for Ty
~const
const_trait_impl
avr-interrupt
avr-non-blocking-interrupt
msp430-interrupt
x86-interrupt
#![feature(async_closure)]
box_patterns
thread_local
#[cfg(version(..))]
const extern fn
const unsafe extern fn
&mut T
#![feature(const_precise_live_drops)]
const_refs_to_cell
?
#[doc(masked)]
#[doc(spotlight)]
#[may_dangle]
exhaustive_patterns
fundamental
feature(generic_const_exprs)
..X
..=X
#![feature(half_open_range_patterns)]
link_llvm_intrinsics
linkage
!
never_type
no_core
-Z profile
start
try
question_mark
try_blocks
The text was updated successfully, but these errors were encountered:
P-E-P
CohenArthur
No branches or pull requests
In Rust for Linux :
Required :
arbitrary_self_types
rust-lang/rust#44874)#[doc(cfg(…))]
,#[doc(cfg_hide(…))]
anddoc_auto_cfg
rust-lang/rust#43781)#![register_tool]
rust-lang/rust#66079)Nice to have :
impl const Trait for Ty
and~const
(tilde const) syntax (const_trait_impl
) rust-lang/rust#67792)Done :
Not in Rust for Linux :
avr-interrupt
/avr-non-blocking-interrupt
calling convention/ABI rust-lang/rust#69664)msp430-interrupt
calling convention/ABI rust-lang/rust#38487)x86-interrupt
calling convention rust-lang/rust#40180)#![feature(async_closure)]
(RFC 2394 / RFC 3668) rust-lang/rust#62290)box_patterns
feature rust-lang/rust#29641)thread_local
stabilization rust-lang/rust#29594)#[cfg(version(..))]
rust-lang/rust#64796)const extern fn
andconst unsafe extern fn
rust-lang/rust#64926)&mut T
in const contexts (const_mut_refs) rust-lang/rust#57349)#![feature(const_precise_live_drops)]
rust-lang/rust#73255)const_refs_to_cell
rust-lang/rust#80384)?
in constants rust-lang/rust#74935)#[doc(cfg(…))]
,#[doc(cfg_hide(…))]
anddoc_auto_cfg
rust-lang/rust#43781)#[doc(cfg(…))]
,#[doc(cfg_hide(…))]
anddoc_auto_cfg
rust-lang/rust#43781)#[doc(masked)]
rust-lang/rust#44027)#[doc(spotlight)]
rust-lang/rust#45040)#[may_dangle]
, a refined dropck escape hatch (tracking issue for RFC 1327) rust-lang/rust#34761)exhaustive_patterns
feature rust-lang/rust#51085)fundamental
feature rust-lang/rust#29635)feature(generic_const_exprs)
rust-lang/rust#76560)..X
, and..=X
(#![feature(half_open_range_patterns)]
) rust-lang/rust#67264)link_llvm_intrinsics
rust-lang/rust#29602)linkage
feature rust-lang/rust#29603)!
to a type (RFC 1216) rust-lang/rust#35121)never_type
(!
) rust-lang/rust#65992)no_core
rust-lang/rust#29639)-Z profile
rust-lang/rust#42524)start
feature rust-lang/rust#29633)thread_local
stabilization rust-lang/rust#29594)?
operator andtry
blocks (RFC 243,question_mark
&try_blocks
features) rust-lang/rust#31436)The text was updated successfully, but these errors were encountered: