]> git.lizzy.rs Git - rust.git/commit
syntax: Update #[derive(...)] to work with phantom and associated types
authorErick Tryzelaar <erick.tryzelaar@gmail.com>
Tue, 24 Mar 2015 21:43:26 +0000 (14:43 -0700)
committerErick Tryzelaar <erick.tryzelaar@gmail.com>
Tue, 24 Mar 2015 21:43:26 +0000 (14:43 -0700)
commit9cabe273d3adb06a19f63460deda96ae224b28bf
treee7b3d82eb358ed851976209a789021d0c074054f
parentd4701bd4fb17424a08773275d8c8239d140d05a6
syntax: Update #[derive(...)] to work with phantom and associated types

Closes #7671, #19839
src/libsyntax/ext/deriving/generic/mod.rs
src/test/compile-fail/derive-assoc-type-not-impl.rs [new file with mode: 0644]
src/test/run-pass/deriving-associated-types.rs [new file with mode: 0644]