We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems harmless to also allow typestate constraints to mention immutable fields of records -- for example, letting you write:
check type_has_static_size(cx.tcx, t);
instead of
let tcx = cx.tcx; check type_has_static_size(tcx, t);