rust/tests/target/issue-2526.rs
2018-03-10 01:19:26 +09:00

8 lines
348 B
Rust

// Test that rustfmt will not warn about comments exceeding max width around lifetime.
// See #2526.
// comment comment comment comment comment comment comment comment comment comment comment comment comment
fn foo() -> F<'a> {
bar()
}
// comment comment comment comment comment comment comment comment comment comment comment comment comment