This commit is contained in:
Markus Westerlind 2019-08-21 10:18:01 +02:00
parent 897ee5f3d2
commit 360c78397b

View file

@ -644,6 +644,7 @@ struct ActiveQuery<DB: Database> {
/// there was an untracked the read.
dependencies: Option<FxIndexSet<Dependency<DB>>>,
/// Stores the entire cycle, if one is found and this query is part of it.
cycle: Vec<DB::DatabaseKey>,
}