]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2526.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[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