rust/src/libsyntax_ext/deriving
Josh Driver 134ef4f793 Revert "Point macros 1.1 errors to the input item"
This reverts commit 3784067edc.
Any errors in the derived output now point at the derive attribute
instead of the item.
2016-11-08 23:03:56 +10:30
..
cmp Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
generic Fix more spans in deriving::generic 2016-10-29 11:18:30 +13:00
bounds.rs Future proof libsyntax_ext for union. 2016-08-30 05:53:33 +00:00
clone.rs Improve Eq deriving 2016-09-10 22:37:06 +03:00
custom.rs Revert "Point macros 1.1 errors to the input item" 2016-11-08 23:03:56 +10:30
debug.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
decodable.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
default.rs Future proof libsyntax_ext for union. 2016-08-30 05:53:33 +00:00
encodable.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
hash.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
mod.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00