summary refs log tree commit diff
path: root/src/test/run-fail/issue-948.rs
AgeCommit message (Collapse)AuthorLines
2012-03-24add annotation for variable that used to infer to botNiko Matsakis-1/+1
2012-01-19Compute typestates for FRU exprs correctly, plus a bit of cleanupTim Chevalier-0/+5
The code in Issue 948 was causing typestate to diverge because it was using the prestate for the whole expression -- not the post- state for the fields list -- as the prestate for the record base expression. Fixed. Closes #948