Skip to content

Commit

Permalink
add fixme about duplicated errors
Browse files Browse the repository at this point in the history
  • Loading branch information
durka committed Jun 11, 2016
1 parent 53618c3 commit df924ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/compile-fail/range_traits-1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

use std::ops::*;

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

0 comments on commit df924ca

Please sign in to comment.