Add message why panic

So we see that when grepping the source for `unimplemented!()`.
This commit is contained in:
Matthias Beyer 2018-03-17 00:06:13 +01:00
parent c6f1c78597
commit 7e623f39b8

View file

@ -198,7 +198,7 @@ mod compile_test {
use storeid::StoreId;
fn store() -> Store {
unimplemented!()
unimplemented!("Not implemented because in compile-test")
}
fn test_compile_get() {