rust/src/libproc_macro
Alex Burka e64efc91f4 Add support for ..= syntax
Add ..= to the parser

Add ..= to libproc_macro

Add ..= to ICH

Highlight ..= in rustdoc

Update impl Debug for RangeInclusive to ..=

Replace `...` to `..=` in range docs

Make the dotdoteq warning point to the ...

Add warning for ... in expressions

Updated more tests to the ..= syntax

Updated even more tests to the ..= syntax

Updated the inclusive_range entry in unstable book
2017-09-22 22:05:18 +02:00
..
Cargo.toml Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
diagnostic.rs Initial diagnostic API for proc-macros. 2017-08-28 02:58:22 -07:00
lib.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00
quote.rs Add support for ..= syntax 2017-09-22 22:05:18 +02:00