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 8da2c9e commit 8ac5d98Copy full SHA for 8ac5d98
src/lib.rs
@@ -50,7 +50,7 @@ use crate::stacked_borrows::{EvalContextExt as StackedBorEvalContextExt};
50
// Used by priroda
51
pub use crate::stacked_borrows::{Borrow, Stack, Stacks, Mut as MutBorrow, BorStackItem};
52
53
-/// Insert rustc arguments at the beginning of the argument listthat miri wants to be
+/// Insert rustc arguments at the beginning of the argument list that miri wants to be
54
/// set per default, for maximal validation power.
55
pub fn miri_default_args() -> &'static [&'static str] {
56
// The flags here should be kept in sync with what bootstrap adds when `test-miri` is
0 commit comments