Switch out another use of do catch

This commit is contained in:
Scott McMurray
2018-08-19 17:51:02 -07:00
parent e4280852ae
commit 0095471417
2 changed files with 10 additions and 2 deletions

View File

@@ -26,8 +26,8 @@
#![feature(rustc_diagnostic_macros)]
#![feature(slice_sort_by_cached_key)]
#![feature(str_escape)]
#![feature(try_trait)]
#![feature(unicode_internals)]
#![feature(catch_expr)]
#![recursion_limit="256"]