]> git.lizzy.rs Git - rust.git/blobdiff - src/libsyntax/parse/token.rs
Rollup merge of #65511 - Xanewok:sa-nest-in-impls, r=pnkfelix
[rust.git] / src / libsyntax / parse / token.rs
index e527989fb0ba061e305c41ccccf5d42ae56ce5a7..4a8b25c61079b6ad3bf8384d2c306b726b70078d 100644 (file)
@@ -33,7 +33,7 @@ pub enum BinOpToken {
 }
 
 /// A delimiter token.
-#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable, Hash, Debug, Copy)]
+#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug, Copy)]
 pub enum DelimToken {
     /// A round parenthesis (i.e., `(` or `)`).
     Paren,