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 879bb33 commit 01edaabCopy full SHA for 01edaab
src/bin/miri.rs
@@ -756,7 +756,7 @@ fn main() {
756
#[cfg(target_os = "linux")]
757
if unsafe { miri::native_lib::init_sv() }.is_err() {
758
eprintln!(
759
- "warning: The native-lib tracer could not be started. Is this a Linux system, and does Miri have permissions to ptrace?\n\
+ "warning: The native-lib tracer could not be started. Is this an x86 Linux system, and does Miri have permissions to ptrace?\n\
760
Falling back to non-tracing native-lib mode."
761
);
762
}
0 commit comments