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