Add message why panic
So we see that when grepping the source for `unimplemented!()`.
This commit is contained in:
parent
c6f1c78597
commit
7e623f39b8
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue