AntiPattern
Language Semantics Mismatch
language-semantics-mismatch
Compiler- and language-level semantics diverge from developers’ expectations—e.g., code not executing, lifetimes ending immediately, borrow-checker expressibility gaps, or atomics using the wrong memory orders—leading to correctness or performance failures that look inexplicable in review.