https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=f049e90069a93ab8471f51e0a4f27db5 ```rust mod inner { fn foo() -> String where { // running rustfmt removes all whitespace at the start of the line String::new() } } ``` cc @davidBar-On _Originally posted by @jyn514 in https://github.com/rust-lang/rustfmt/issues/4689#issuecomment-1162404085_