Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

correctness.mapping_overwritten

A warn rule, scope workflow. Two mappings in one map write the same path with nothing reading it in between.

Synopsis

$ orion-server clippy ./definitions
warn[correctness.mapping_overwritten] two mappings in one map write the same path with nothing reading it in between

Description

Two mappings of one map write the same path. Neither the mappings between them nor the second one reads it, or anything inside or above it. data.x = data.x + 1 is a pattern and stays silent.

Last verified 14 September 2026