Merge branch 'master' into feature/cache-rework

This commit is contained in:
Lachlan Sneff
2019-02-21 11:54:57 -08:00
committed by GitHub
35 changed files with 2886 additions and 179 deletions

View File

@ -260,6 +260,8 @@ impl std::fmt::Display for CallError {
}
}
impl std::error::Error for CallError {}
/// This error type is produced when creating something,
/// like a `Memory` or a `Table`.
#[derive(Debug, Clone)]