We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53618c3 commit df924caCopy full SHA for df924ca
src/test/compile-fail/range_traits-1.rs
@@ -12,6 +12,7 @@
12
13
use std::ops::*;
14
15
+// FIXME #34229 duplicated errors
16
#[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
17
struct AllTheRanges {
18
a: Range<usize>,
0 commit comments