]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2526.rs
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
[rust.git] / src / tools / rustfmt / 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