radeco icon indicating copy to clipboard operation
radeco copied to clipboard

Stabilize used Rust features

Open XVilka opened this issue 5 years ago • 0 comments

To be able to build it with a stable Rust version:

#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(slice_patterns)]
#![feature(try_trait)]
#![feature(custom_attribute)]

XVilka avatar Jun 24 '19 16:06 XVilka