Skip to content

Commit c68885b

Browse files
author
boats
committed
Comment out entire test.
1 parent e4d0d66 commit c68885b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

11-
// ignore
11+
/* This test is flakey. Commented it out until #49123 is fixed
1212
1313
pub struct Inner<T> {
1414
field: T,
@@ -26,3 +26,5 @@ where
2626
pub struct Outer<T> {
2727
inner_field: Inner<T>,
2828
}
29+
30+
*/

0 commit comments

Comments
 (0)