Implement new panic!() behaviour for Rust 2021.
This commit is contained in:
parent
dec5cfbaba
commit
d5414f9a9f
21 changed files with 510 additions and 349 deletions
|
@ -258,6 +258,7 @@
|
|||
#![feature(dropck_eyepatch)]
|
||||
#![feature(duration_constants)]
|
||||
#![feature(duration_zero)]
|
||||
#![feature(edition_panic)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
#![feature(exhaustive_patterns)]
|
||||
#![feature(extend_one)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue