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