Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis
stabilize `#[must_use]` for functions and must-use comparison operators (RFC 1940) r? @nikomatsakis
This commit is contained in:
commit
357bf00f1c
20 changed files with 167 additions and 337 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