Update comment about personalities in panic_abort
This commit is contained in:
parent
c110329f25
commit
a54ddd494f
@ -113,7 +113,11 @@ unsafe fn abort() -> ! {
|
||||
// binaries, but it should never be called as we don't link in an unwinding
|
||||
// runtime at all.
|
||||
pub mod personalities {
|
||||
// Similar to above, this corresponds to the `eh_catch_typeinfo` lang item
|
||||
// In the past this module used to contain stubs for the personality
|
||||
// functions of various platforms, but these where removed when personality
|
||||
// functions were moved to std.
|
||||
|
||||
// This corresponds to the `eh_catch_typeinfo` lang item
|
||||
// that's only used on Emscripten currently.
|
||||
//
|
||||
// Since panics don't generate exceptions and foreign exceptions are
|
||||
|
Loading…
Reference in New Issue
Block a user