Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3270
/
two.rs
blob: 1342cf03c394390280c4c9c71d1174e7bce7509d [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2024
pub
fn
main
()
{
/* let s = String::from(
"
hello
world
",
); */
assert_eq
!(
s
,
"\nhello\nworld\n"
);
}