add support for "dependency only" tracking

This commit is contained in:
Niko Matsakis 2018-10-01 08:23:18 -04:00
parent 5a802ae05c
commit 157e1e47f1
5 changed files with 355 additions and 4 deletions

View file

@ -4,6 +4,7 @@
mod counter;
mod implementation;
mod log;
mod memoized_dep_inputs;
mod memoized_inputs;
mod memoized_volatile;