pub fn visit_immediate_error_message<V, T>( _visitor: &mut V, _imm: &ErrorMsg, ) -> ControlFlow<T>where V: ?Sized + Visit<T>,