Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-3270
/
one.rs
blob: 3c2e27e2293df9737b48b4970513b99373fed811 [
file
] [
log
] [
blame
]
// rustfmt-version: One
pub
fn
main
()
{
/* let s = String::from(
"
hello
world
",
); */
assert_eq
!(
s
,
"\nhello\nworld\n"
);
}