Skip to content

Commit 516e905

Browse files
committed
Auto merge of #1803 - RalfJung:fmt, r=RalfJung
fix rustfmt fallout
2 parents 55664bc + 78f74c6 commit 516e905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/windows/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
298298
let len = this.read_scalar(len)?.to_u32()?;
299299
let flags = this.read_scalar(flags)?.to_u32()?;
300300
if flags != 2 {
301-
// BCRYPT_USE_SYSTEM_PREFERRED_RNG
301+
// ^ BCRYPT_USE_SYSTEM_PREFERRED_RNG
302302
throw_unsup_format!(
303303
"BCryptGenRandom is supported only with the BCRYPT_USE_SYSTEM_PREFERRED_RNG flag"
304304
);

0 commit comments

Comments
 (0)