]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-2526.rs
Merge pull request #3522 from topecongiro/issue-3521
[rust.git] / tests / target / issue-2526.rs
1 // Test that rustfmt will not warn about comments exceeding max width around lifetime.
2 // See #2526.
3
4 // comment comment comment comment comment comment comment comment comment comment comment comment comment
5 fn foo() -> F<'a> {
6     bar()
7 }
8 // comment comment comment comment comment comment comment comment comment comment comment comment comment