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); ```
Activity
graydon commentedon Sep 9, 2011
Significantly more complex. I'd recommend against it.
catamorphism commentedon Mar 15, 2012
I now agree.
Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichton
update NoFree list (rust-lang#888)
Re-enable wasi on CI (rust-lang#888)