1
Fork 0

port encoder.rs to SessionDiagnostics

This commit is contained in:
Nathan Stocks 2022-08-23 16:40:43 -06:00
parent 3ed93107ff
commit f7e462a6c7
3 changed files with 31 additions and 3 deletions

View file

@ -121,3 +121,12 @@ metadata_unsupported_abi_i686 =
metadata_unsupported_abi =
ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
metadata_fail_create_file_encoder =
failed to create file encoder: {$err}
metadata_fail_seek_file =
failed to seek the file: {$err}
metadata_fail_write_file =
failed to write to the file: {$err}