]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-2526.rs
Merge pull request #3576 from rchaser53/issue-3567
[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