Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-3270
/
two.rs
blob: e48b5921329109284741b730aa46ebc35293de29 [
file
] [
log
] [
blame
] [
edit
]
// rustfmt-version: Two
pub
fn
main
()
{
/* let s = String::from(
"
hello
world
",
); */
assert_eq
!(
s
,
"\nhello\nworld\n"
);
}