We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4caf1 commit c33cef6Copy full SHA for c33cef6
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