113f1dbc91
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!