Skip to content

Commit df924ca

Browse files
committed
add fixme about duplicated errors
1 parent 53618c3 commit df924ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/compile-fail/range_traits-1.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
use std::ops::*;
1414

15+
// FIXME #34229 duplicated errors
1516
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
1617
struct AllTheRanges {
1718
a: Range<usize>,

0 commit comments

Comments
 (0)