Use try{} in try_fold to decouple library from Try details

This commit is contained in:
Scott McMurray
2020-09-03 17:11:02 -07:00
parent 8dae8cdcc8
commit 5573a16353
8 changed files with 31 additions and 30 deletions

View File

@@ -127,6 +127,7 @@
#![feature(std_internals)]
#![feature(stmt_expr_attributes)]
#![feature(transparent_unions)]
#![feature(try_blocks)]
#![feature(unboxed_closures)]
#![feature(unsized_locals)]
#![feature(untagged_unions)]