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 d5bd770 commit 2089976Copy full SHA for 2089976
src/helpers.rs
@@ -664,6 +664,9 @@ where
664
}
665
666
pub fn isolation_error(name: &str) -> InterpResult<'static> {
667
+ // FIXME: This function has been deprecated. It's only used for
668
+ // the ops which are not converted to return a proper error code
669
+ // in isolation.
670
throw_machine_stop!(TerminationInfo::UnsupportedInIsolation(format!(
671
"{} not available when isolation is enabled",
672
name,
0 commit comments