stabilize #[must_use]
for functions and must-use operators
This is in the matter of RFC 1940 and tracking issue #43302.
This commit is contained in:
parent
c659faba8d
commit
3dbdccc6a9
20 changed files with 166 additions and 342 deletions
|
@ -96,7 +96,7 @@
|
|||
#![feature(dropck_eyepatch)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
#![feature(fmt_internals)]
|
||||
#![feature(fn_must_use)]
|
||||
#![cfg_attr(stage0, feature(fn_must_use))]
|
||||
#![feature(from_ref)]
|
||||
#![feature(fundamental)]
|
||||
#![feature(lang_items)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue