about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2016-11-20 13:22:44 +0100
committerFlorian Diebold <florian.diebold@freiheit.com>2016-11-29 13:04:27 +0100
commit78b54c07e5cfc0287d87b132dc7774aed6b36922 (patch)
tree14f509b7cc3f323fa54345e118552145acf89983 /src/test/incremental/thinlto
parent7b021298d9ecdd36328a65b3e803ae4107dc022c (diff)
downloadrust-78b54c07e5cfc0287d87b132dc7774aed6b36922.tar.gz
rust-78b54c07e5cfc0287d87b132dc7774aed6b36922.zip
Make hello_world test work again
This used to work with the rustc_clean attribute, but doesn't anymore
since my rebase; but I don't know enough about the type checking to find
out what's wrong. The dep graph looks like this:

ItemSignature(xxxx) -> CollectItem(xxxx)
CollectItem(xxxx) -> ItemSignature(xxxx)
ItemSignature(xxxx) -> TypeckItemBody(yyyy)
HirBody(xxxx) -> CollectItem(xxxx)

The cycle between CollectItem and ItemSignature looks wrong, and my
guess is the CollectItem -> ItemSignature edge shouldn't be there, but
I'm not sure how to prevent it.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions