rust/tests/target/issue-2526.rs

9 lines
348 B
Rust
Raw Normal View History

2018-03-09 17:19:26 +01:00
// 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