1
Fork 0

Stabilize ops::ControlFlow (just the type)

This commit is contained in:
Scott McMurray 2021-05-23 10:21:25 -07:00
parent 3bcaeb0bf9
commit 65a0a8b386
8 changed files with 45 additions and 13 deletions

View file

@ -4,7 +4,6 @@
#![feature(crate_visibility_modifier)]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![feature(control_flow_enum)]
#![recursion_limit = "256"]
#[macro_use]