Apply suggestion
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
This commit is contained in:
parent
daf3063056
commit
979d1a2c78
@ -42,7 +42,7 @@
|
||||
|
||||
use unwind as uw;
|
||||
|
||||
// In case where multiple copies of std is compiled into a single binary,
|
||||
// In case where multiple copies of std exist in a single process,
|
||||
// we use address of this static variable to distinguish an exception raised by
|
||||
// this copy and some other copy (which needs to be treated as foreign exception).
|
||||
static CANARY: u8 = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user