summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-anon-fields-struct.rs
AgeCommit message (Collapse)AuthorLines
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-31Fix minor doc typosVirgile Andreani-1/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-1/+1
find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g' find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g' find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
2013-05-17Distinguish tuple elements by index in mem_categorization. Fixes #5362.Niko Matsakis-0/+37