1
Fork 0

use cherry-picked commit from #100754 to emit note without error

This commit is contained in:
Nathan Stocks 2022-09-22 10:15:51 -06:00
parent f8ebc72b4a
commit 3a748330af
3 changed files with 12 additions and 5 deletions

View file

@ -364,9 +364,11 @@ passes_unknown_external_lang_item =
passes_missing_panic_handler =
`#[panic_handler]` function required, but not found
passes_missing_alloc_error_handler =
passes_alloc_func_required =
`#[alloc_error_handler]` function required, but not found
.note = use `#![feature(default_alloc_error_handler)]` for a default error handler
passes_missing_alloc_error_handler =
use `#![feature(default_alloc_error_handler)]` for a default error handler
passes_missing_lang_item =
language item required, but not found: `{$name}`