summary refs log tree commit diff
path: root/src/test/compile-fail/struct-field-privacy.rs
AgeCommit message (Expand)AuthorLines
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-4/+4
2015-01-08Update compile fail tests to use isize.Huon Wilson-5/+5
2014-08-23extern crate foobar as foo;wickerwaka-1/+1
2014-04-06name struct in "field `...` is private" errorBenjamin Herr-4/+4
2014-03-31rpass/cfail: Update field privacy where necessaryAlex Crichton-6/+2
2014-03-26rustc: Relax restriction on privacy for fieldsAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-01-26Change private structs to have private fields by defaultAlex Crichton-0/+51