We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf3063 commit 979d1a2Copy full SHA for 979d1a2
library/panic_unwind/src/gcc.rs
@@ -42,7 +42,7 @@ use core::ptr;
42
43
use unwind as uw;
44
45
-// 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,
46
// we use address of this static variable to distinguish an exception raised by
47
// this copy and some other copy (which needs to be treated as foreign exception).
48
static CANARY: u8 = 0;
0 commit comments