We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore-tidy-linelength
1 parent 7eb723d commit 6f9ec06Copy full SHA for 6f9ec06
src/test/compile-fail/issue-22560.rs
@@ -8,12 +8,13 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// ignore-tidy-linelength
12
+
13
use std::ops::{Add, Sub};
14
15
type Test = Add +
16
//~^ ERROR the type parameter `RHS` must be explicitly specified in an object type because its default value `Self` references the type `Self`
17
Sub;
18
//~^ ERROR only the builtin traits can be used as closure or object bounds
19
-fn main() {
-}
20
+fn main() { }
0 commit comments