Add ordering_chaining feature to libcore/lib.rs
This commit is contained in:
parent
43a022660a
commit
c78a212110
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
|||
#![feature(question_mark)]
|
||||
#![feature(never_type)]
|
||||
#![feature(prelude_import)]
|
||||
#![feature(ordering_chaining)]
|
||||
|
||||
#[prelude_import]
|
||||
#[allow(unused)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue