]> git.lizzy.rs Git - rust.git/commit
Detect bindings assigned blocks without tail expressions
authorEsteban Küber <esteban@kuber.com.ar>
Fri, 6 Jan 2023 00:45:10 +0000 (00:45 +0000)
committerEsteban Küber <esteban@kuber.com.ar>
Fri, 6 Jan 2023 00:45:10 +0000 (00:45 +0000)
commit1983a627b37c98e6660dd74ea3a56ac157fc2777
treec1f25da75414601e87b2f247149ec63dcf05a387
parent388538fc963e07a94e3fc3ac8948627fd2d28d29
Detect bindings assigned blocks without tail expressions

Address  #44173 for type check errors.
compiler/rustc_hir_typeck/src/demand.rs
src/test/ui/type/binding-assigned-block-without-tail-expression.rs [new file with mode: 0644]
src/test/ui/type/binding-assigned-block-without-tail-expression.stderr [new file with mode: 0644]