Sign in
rust
/
rust
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
warning
/
source
/
lost_comment.rs
blob: d075256c92775915a5449c30656db33dcf9f66cd [
file
] [
edit
]
fn
main
()
{
let
_
=
1
/* This comment cannot be retained by the expression formatter. */
+
2
;
}