port encoder.rs to SessionDiagnostics
This commit is contained in:
parent
3ed93107ff
commit
f7e462a6c7
3 changed files with 31 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue