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
159
(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
160
],
158
-
ExperimentalUb{ url, help, .. } => {
161
+
ExperimentalUb{ url, help,history,.. } => {
159
162
msg.extend(help.clone());
160
-
vec![
163
+
letmut helps = vec![
161
164
(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
-
]
165
+
(None, format!("see {} for further information", url)),
0 commit comments