panic if you fork from inside a query for now

This commit is contained in:
Niko Matsakis 2018-10-31 16:03:03 -04:00
parent 2a6b8e07f9
commit 5066726147
4 changed files with 31 additions and 2 deletions

View file

@ -1,6 +1,7 @@
mod setup;
mod cancellation;
mod fork_from_query;
mod frozen;
mod independent;
mod race;