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
(None, format!("pass the flag `-Zmiri-disable-isolation` to disable isolation;")),
156
158
(None, format!("or pass `-Zmiri-isolation-error=warn` to configure Miri to return an error code from isolated operations (if supported for that operation) and continue with a warning")),
157
159
],
158
-
ExperimentalUb{ url, help, .. } => {
160
+
ExperimentalUb{ url, help,history,.. } => {
159
161
msg.extend(help.clone());
160
-
vec![
162
+
letmut helps = vec![
161
163
(None, format!("this indicates a potential bug in the program: it performed an invalid operation, but the rules it violated are still experimental")),
162
-
(None, format!("see {} for further information", url))
163
-
]
164
+
(None, format!("see {} for further information", url)),
0 commit comments