about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-07 05:11:10 -0800
committerbors <bors@rust-lang.org>2013-12-07 05:11:10 -0800
commit67aca9c9af9be7d04317d3ed452b7b253059818d (patch)
treefbbc08cd04b09eb4fb7816b24267f785c02fcb68 /src/libsyntax/parse/parser.rs
parent7c719ec1bc3939c2d30f7fbd3160db5c6497fc63 (diff)
parent0c0e73eed6ee914c0be3fbc2ed200482a51c3fa9 (diff)
downloadrust-67aca9c9af9be7d04317d3ed452b7b253059818d.tar.gz
rust-67aca9c9af9be7d04317d3ed452b7b253059818d.zip
auto merge of #10844 : huonw/rust/deriving-expn-info, r=alexcrichton
Previously something like

    struct NotEq;

    #[deriving(Eq)]
    struct Error {
        foo: NotEq
    }

would just point to the `foo` field, with no mention of the
`deriving(Eq)`. With this patch, the compiler creates a note saying "in
expansion of #[deriving(Eq)]" pointing to the Eq.

(includes some cleanup/preparation; the commit view might be nicer, to filter out the noise of the first one.)
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
0 files changed, 0 insertions, 0 deletions