]> git.lizzy.rs Git - rust.git/commit
Remove not used `DotEq` token
authoryui-knk <spiketeika@gmail.com>
Sun, 2 Dec 2018 13:15:50 +0000 (22:15 +0900)
committeryui-knk <spiketeika@gmail.com>
Sun, 2 Dec 2018 14:11:08 +0000 (23:11 +0900)
commit96bf06baf308e5cd2ad43962895f626724395e7d
tree8072f59545b68fa32d70a48b2472406b1f03f28b
parent0765eb95b5e9e15fc29aa7725a01621dfeca2649
Remove not used `DotEq` token

Currently libproc_macro does not use `DotEq` token.
https://github.com/rust-lang/rust/pull/49545 changed libproc_macro
to not generate `DotEq` token.
src/librustc/ich/impls_syntax.rs
src/librustdoc/html/highlight.rs
src/libsyntax/ext/quote.rs
src/libsyntax/parse/token.rs
src/libsyntax/print/pprust.rs
src/libsyntax_ext/proc_macro_server.rs