Move to* and from* to engine-p (#3320)

* WIP

* Finish last batch
This commit is contained in:
JT
2021-04-15 19:43:33 +12:00
committed by GitHub
parent fd7875e572
commit f73732bf1e
49 changed files with 299 additions and 445 deletions

View File

@ -641,7 +641,7 @@ impl ShellError {
}
pub fn unimplemented(title: impl Into<String>) -> ShellError {
ShellError::unimplemented(&format!("Unimplemented: {}", title.into()))
ShellError::untagged_runtime_error(&format!("Unimplemented: {}", title.into()))
}
pub fn unexpected(title: impl Into<String>) -> ShellError {