summary refs log tree commit diff
path: root/src/test/compile-fail/deprecated-auto-code.rs
AgeCommit message (Collapse)AuthorLines
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-0/+15
Replace all instances of #[auto_*code] with the appropriate #[deriving] attribute and remove the majority of the actual code, leaving stubs to refer the user to the new syntax.