You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
115
+
= note: inside call to `std::sys::unix::time::inner::info` at /home/r/.rustup/toolchains/miri/lib/rustlib/src/rust/src/libstd/sys/unix/time.rs:156:24
116
+
= note: inside call to `std::sys::unix::time::inner::Instant::checked_sub_instant` at /home/r/.rustup/toolchains/miri/lib/rustlib/src/rust/src/libstd/time.rs:263:9
117
+
note: inside call to `std::time::Instant::duration_since` at tests/run-pass/time.rs:25:20
118
+
--> tests/run-pass/time.rs:25:20
119
+
|
120
+
25 | let diff = now2.duration_since(now1);
121
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^
122
+
= note: inside call to `main` at /home/r/.rustup/toolchains/miri/lib/rustlib/src/rust/src/libstd/rt.rs:67:34
123
+
```
124
+
125
+
If you do not see an error like this, you are able to keep using `miri`!
126
+
103
127
### Running Miri on CI
104
128
105
129
To run Miri on CI, make sure that you handle the case where the latest nightly
0 commit comments