summary refs log tree commit diff
path: root/src/test/compile-fail/struct-field-privacy.rs
AgeCommit message (Expand)AuthorLines
2017-06-15Add E0612Guillaume Gomez-1/+1
2016-03-30Improve testsJeffrey Seyfried-1/+5
2016-02-26Fix fallout in testsJeffrey Seyfried-4/+1
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-1/+1
2015-08-01Fix and add tests regarding extern crate pathsmitaa-2/+2
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