aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/writing-through-uninit-vec.rs
Commit message (Collapse)AuthorAgeFilesLines
* Enable typestate_checkTim Chevalier2011-04-281-1/+0
| | | | | Enable typestate checking (just for uninitialized vars) and un-XFAIL the relevant tests for stage0.
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Add test for writing-through-uninit bug (reported on IRC by jrmuizel), plus ↵Graydon Hoare2010-07-231-0/+10
fix in typestate system.