We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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);