]> git.lizzy.rs Git - rust.git/commit
Point at the right enclosing scope when using `await` in non-async fn
authorEsteban Küber <esteban@kuber.com.ar>
Tue, 13 Aug 2019 06:56:13 +0000 (23:56 -0700)
committerEsteban Küber <esteban@kuber.com.ar>
Tue, 13 Aug 2019 07:52:07 +0000 (00:52 -0700)
commit13fd4666b076245e143102e0a43249af0001f7e3
tree9b576f39b000c5c0e35872c4364b30b01c288184
parent60960a260f7b5c695fd0717311d72ce62dd4eb43
Point at the right enclosing scope when using `await` in non-async fn
src/librustc/hir/lowering/expr.rs
src/test/ui/issues/issue-63398.rs [new file with mode: 0644]
src/test/ui/issues/issue-63398.stderr [new file with mode: 0644]