use cherry-picked commit from #100754 to emit note without error
This commit is contained in:
parent
f8ebc72b4a
commit
3a748330af
3 changed files with 12 additions and 5 deletions
|
@ -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}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue