Skip to content

Commit f8fb9f1

Browse files
author
boats
committed
Comment out flakey test.
1 parent 2797aac commit f8fb9f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/rustdoc/synthetic_auto/no-redundancy.rs

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

11+
/* This test is flakey, so it has been commented out.
12+
1113
pub struct Inner<T> {
1214
field: T,
1315
}
@@ -24,3 +26,5 @@ where
2426
pub struct Outer<T> {
2527
inner_field: Inner<T>,
2628
}
29+
30+
*/

0 commit comments

Comments
 (0)