When defining a problem, one anti-pattern is wording "doesn't have/support X" where X is actually a solution. E.g. absence of a GC in a language isn't a problem. The problem is security bugs and memory leaks, and GC is a typical solution, but not the only one - Rust solved it without a GC.
I like using the word "pain" instead, a strong word, something undeniably frustrating, potentially damaging. Absence of GC isn't pain. Crashing OOM apps and security breaches are.