]> git.lizzy.rs Git - rust.git/commit
Auto merge of #12880 - palango:while-fixup, r=Veykril
authorbors <bors@rust-lang.org>
Tue, 2 Aug 2022 14:08:56 +0000 (14:08 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Aug 2022 14:08:56 +0000 (14:08 +0000)
commit113f1dbc9102d8eb693fefc1f369868c2a497910
treee2b04d05171ed6481389567f032b461d262f2b0e
parentc6c0ac26456093b71837e20b0ff51655e0c230f7
parentc16e4f260fb6b915767d18a59ab395cb46d82449
Auto merge of #12880 - palango:while-fixup, r=Veykril

Add syntax fixup for while loops

Part of https://github.com/rust-lang/rust-analyzer/issues/12777

This is a first iteration to gather some feedback. In particular I'm not sure if the curly braces should be added here, but I couldn't get the test to work without them. Any hints welcome!