We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6403957 commit e65db40Copy full SHA for e65db40
src/backtrace/mod.rs
@@ -67,7 +67,7 @@ pub unsafe fn trace_unsynchronized<F: FnMut(&Frame) -> bool>(mut cb: F) {
67
for i in 0..(1024 * 1024) {
68
(&super::CRITICALLY_IMPORTANT as *const u8)
69
.add(i)
70
- .read_volatile()
+ .read_volatile();
71
}
72
};
73
trace_imp(&mut cb)
0 commit comments