Skip to content

Commit c983ced

Browse files
committed
/// FIXME: docs
1 parent 14fc9b2 commit c983ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/miri/src/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub struct MiriConfig {
132132
pub external_so_file: Option<PathBuf>,
133133
/// Run a garbage collector for SbTags every N basic blocks.
134134
pub gc_interval: u32,
135-
/// FIXME: add docs.
135+
/// The number of CPUs to be reported by miri.
136136
pub num_cpus: u32,
137137
}
138138

src/tools/miri/src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ pub struct MiriMachine<'mir, 'tcx> {
406406
pub(crate) gc_interval: u32,
407407
/// The number of blocks that passed since the last SbTag GC pass.
408408
pub(crate) since_gc: u32,
409-
/// FIXME: docs,
409+
/// The number of CPUs to be reported by miri.
410410
pub(crate) num_cpus: u32,
411411
}
412412

0 commit comments

Comments
 (0)