We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6216661 commit b9a8b37Copy full SHA for b9a8b37
src/libsyntax/ast.rs
@@ -47,7 +47,8 @@ impl Eq for Ident {
47
// if it should be non-hygienic (most things are), just compare the
48
// 'name' fields of the idents. Or, even better, replace the idents
49
// with Name's.
50
- fail!(fmt!("not allowed to compare these idents: %?, %?", self, other));
+ fail!(fmt!("not allowed to compare these idents: %?, %?. Probably \
51
+ related to issue #6993", self, other));
52
}
53
54
fn ne(&self, other: &Ident) -> bool {
0 commit comments