diff options
Diffstat (limited to 'src/libsyntax/ast_map.rs')
| -rw-r--r-- | src/libsyntax/ast_map.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/ast_map.rs b/src/libsyntax/ast_map.rs index c131c7d57ad..e0285694460 100644 --- a/src/libsyntax/ast_map.rs +++ b/src/libsyntax/ast_map.rs @@ -28,6 +28,7 @@ impl path_elt : cmp::Eq { } } } + pure fn ne(&&other: path_elt) -> bool { !self.eq(other) } } type path = ~[path_elt]; |
