mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
9 lines
348 B
Rust
9 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
|