]> git.lizzy.rs Git - rust.git/commit
hygiene: Make sure each `Mark` has an associated expansion info
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 7 Jul 2019 13:45:41 +0000 (16:45 +0300)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Wed, 10 Jul 2019 21:12:57 +0000 (00:12 +0300)
commiteac900ac87828d6a4813f0c4a870bcdb439d1175
tree88ad61d3fb4de4cd47a36470c2ad9b80df19e867
parentdcd30a4b175364ca1ee1efdcae701a23c5ff7d0b
hygiene: Make sure each `Mark` has an associated expansion info

The root expansion was missing one.
Expansions created for "derive containers" (see one of the next commits for the description) also didn't get expansion info.
src/librustc/ich/impls_syntax.rs
src/librustc/lint/mod.rs
src/libsyntax/ext/expand.rs
src/libsyntax_pos/hygiene.rs
src/libsyntax_pos/lib.rs