1
Fork 0

migrate: internal.rs

This commit is contained in:
Rejyr 2022-10-22 16:32:54 -04:00
parent 5ffaae758e
commit 0b19227524
3 changed files with 99 additions and 76 deletions

View file

@ -83,6 +83,8 @@ lint_diag_out_of_impl =
lint_untranslatable_diag = diagnostics should be created using translatable messages
lint_bad_opt_access = {$msg}
lint_cstring_ptr = getting the inner pointer of a temporary `CString`
.as_ptr_label = this pointer will be invalid
.unwrap_label = this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime