rust/crates/hir_expand
Manas 1be8b2ff98 Type mismatch when last expression is noreturn asm
When last expression in a function body is noreturn asm, then analyzer
complains about the type mismatch by highlighting entire body. This
fixes it by introducing loop {} in the expanded code.
2022-03-30 19:07:02 +05:30
..
src Type mismatch when last expression is noreturn asm 2022-03-30 19:07:02 +05:30
Cargo.toml minor: Bump dependencies 2022-03-22 17:42:24 +01:00