]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-3717.rs
fix internal error when using rustfmt::skip with newline on stmt (#3785)
[rust.git] / tests / target / issue-3717.rs
1 fn main() {
2     {
3         #[rustfmt::skip]
4         let _ = 
5         [1];
6     }
7 }