We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdb017 commit 99c0f91Copy full SHA for 99c0f91
src/test/run-make-fulldeps/issue-97463-abi-param-passing/param_passing.rs
@@ -17,7 +17,7 @@ fn main() {
17
let value: u16 = unsafe { c_read_value(r1 as u32, r2 as u32, r3 as u32) };
18
19
// NOTE: as an example of the sensitivity of this test to optimization choices,
20
- // uncommenting this block of code makes the bug go away on pnkfeix's machine.
+ // uncommenting this block of code makes the bug go away on pnkfelix's machine.
21
// (But observing via `dbg!` doesn't hide the bug. At least sometimes.)
22
/*
23
println!("{}", value);
0 commit comments