Files
rust/src/test/incremental
Aaron Hill f1d682334d Add #[rustc_clean(loaded_from_disk)] to assert loading of query result
Currently, you can use `#[rustc_clean]` to assert to that a particular
query (technically, a `DepNode`) is green or red. However, a green
`DepNode` does not mean that the query result was actually deserialized
from disk - we might have never re-run a query that needed the result.

Some incremental tests are written as regression tests for ICEs that
occured during query result decoding. Using
`#[rustc_clean(loaded_from_disk="typeck")]`, you can now assert
that the result of a particular query (e.g. `typeck`) was actually
loaded from disk, in addition to being green.
2021-12-21 16:34:12 -05:00
..
2021-12-10 19:21:25 +00:00
2018-12-25 21:08:33 -07:00
2021-11-21 08:15:21 -06:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2021-05-16 10:16:31 +02:00
2018-12-25 21:08:33 -07:00
2019-04-22 16:57:01 +01:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2019-05-10 12:59:40 +02:00
2021-05-13 15:01:09 +02:00
2020-03-14 22:52:31 +01:00
2021-12-12 11:20:03 +00:00
2019-02-12 04:58:31 -08:00
2021-10-06 19:10:07 +02:00
2019-06-16 12:23:22 +03:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00
2018-12-25 21:08:33 -07:00