Skip to content

Commit 6f9ec06

Browse files
committed
Add ignore-tidy-linelength and fix formatting
1 parent 7eb723d commit 6f9ec06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/compile-fail/issue-22560.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-tidy-linelength
12+
1113
use std::ops::{Add, Sub};
1214

1315
type Test = Add +
1416
//~^ ERROR the type parameter `RHS` must be explicitly specified in an object type because its default value `Self` references the type `Self`
1517
Sub;
1618
//~^ ERROR only the builtin traits can be used as closure or object bounds
1719

18-
fn main() {
19-
}
20+
fn main() { }

0 commit comments

Comments
 (0)