diff --git a/src/machine/machine_errors.rs b/src/machine/machine_errors.rs index db16d377..22afc03a 100644 --- a/src/machine/machine_errors.rs +++ b/src/machine/machine_errors.rs @@ -603,9 +603,10 @@ impl MachineState { } } + #[allow(dead_code)] // not used when all features are enabled pub(super) fn missing_feature_error(&self, feature: Atom) -> MachineError { let stub = functor!( - atom!("resource_error"), + atom!("representation_error"), [functor( (functor!(atom!("feature"), [atom_as_cell((feature))])) )]