rust/compiler
Dylan DPC 6545985888
Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov
Allow try blocks as the argument to return expressions

Fixes #76271

I don't think this needs to be edition-aware (phew) since `return try` in 2015 is also the start of an expression, just with a struct literal instead of a block (`return try { x: 4, y: 5 }`).
2020-09-07 01:17:46 +02:00
..
2020-09-03 23:28:22 +02:00
2020-09-04 18:28:20 +02:00
2020-09-04 17:47:51 +02:00
2020-09-04 17:47:51 +02:00
2020-09-03 23:28:22 +02:00
2020-09-04 17:47:51 +02:00
2020-09-04 19:17:57 -04:00
2020-09-04 17:47:51 +02:00