pub fn same_config_field(left: &Expr, right: &Expr) -> boolExpand description
Returns true when two keys identify the same config field.
Unqualified symbol keys and string keys compare by their canonical field names. Keys outside that config-field identity fall back to exact expression equality.