Skip to content

Commit 2089976

Browse files
committed
Add a comment about deprecated function
1 parent d5bd770 commit 2089976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/helpers.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,9 @@ where
664664
}
665665

666666
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.
667670
throw_machine_stop!(TerminationInfo::UnsupportedInIsolation(format!(
668671
"{} not available when isolation is enabled",
669672
name,

0 commit comments

Comments
 (0)