about summary refs log tree commit diff
path: root/src/test/compile-fail/privacy-struct-variant.rs
AgeCommit message (Collapse)AuthorLines
2014-11-09First stage of struct variant field visibility changesSteven Fackler-48/+0
We need a snapshot before the parser can be adjusted.
2014-08-23extern crate foobar as foo;wickerwaka-1/+1
Implements remaining part of RFC #47. Addresses issue #16461. Removed link_attrs from rust.md, they don't appear to be supported by the parser. Changed all the tests to use the new extern crate syntax Change pretty printer to use 'as' syntax
2014-04-06name struct in "field `...` is private" errorBenjamin Herr-0/+48