Skip to content

Commit 069b661

Browse files
committed
typo
1 parent 0b6e349 commit 069b661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ impl<'a, 'mir, 'tcx: 'mir + 'a> EvalContextExt<'tcx, 'mir> for EvalContext<'a, '
661661
"std::io::_print" |
662662
"std::io::_eprint" => {
663663
warn!(
664-
"Ignoring output. To run programs that print, make sure you have a libstd with full MIR."
664+
"Ignoring output. To run programs that prints, make sure you have a libstd with full MIR."
665665
);
666666
}
667667
"std::thread::Builder::new" => {

0 commit comments

Comments
 (0)