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 63df1e9 commit a3996c1Copy full SHA for a3996c1
src/librustc/middle/trans/asm.rs
@@ -122,7 +122,7 @@ pub fn trans_inline_asm(bcx: block, ia: &ast::inline_asm) -> block {
122
}
123
};
124
125
- // Again, based on how many outputs we have
+ // Again, based on how many outputs we have
126
if numOutputs == 1 {
127
let op = PointerCast(bcx, aoutputs[0], T_ptr(val_ty(outputs[0])));
128
Store(bcx, r, op);
0 commit comments