]> git.lizzy.rs Git - rust.git/commit
auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 27 Jan 2014 09:21:31 +0000 (01:21 -0800)
committerbors <bors@rust-lang.org>
Mon, 27 Jan 2014 09:21:31 +0000 (01:21 -0800)
commitb0280ac5385433bd663e825e24f6990a816a5f40
tree3a333ac3fc75a76e728985ab96c3be9fb158ca80
parent4b2fdfaaec1f405ac613a50d448e2dd3f22e3f10
parentd9a204bf4c32743fad187b5c660279c779643b3f
auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton

I'd forgotten to update them when I changed this a while ago; it now displays error messages linked to the struct/variant field, rather than the `#[deriving(Trait)]` line, for all traits.

This also adds a very large number of autogenerated tests. I can easily remove/tone down that commit if necessary.