]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3265.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / tools / rustfmt / tests / target / issue-3265.rs
1 // rustfmt-newline_style: Windows
2 #[cfg(test)]
3 mod test {
4     summary_test! {
5         tokenize_recipe_interpolation_eol,
6     "foo: # some comment
7  {{hello}}
8 ",
9     "foo: \
10     {{hello}} \
11     {{ahah}}",
12         "N:#$>^{N}$<.",
13       }
14 }