Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3270
/
one.rs
blob: a31a0ff57420802faca3d5ebf3422930f4359e78 [
file
] [
log
] [
blame
]
// rustfmt-style_edition: 2015
pub
fn
main
()
{
/* let s = String::from(
"
hello
world
",
); */
assert_eq
!(
s
,
"\nhello\nworld\n"
);
}