summary refs log tree commit diff
path: root/src/test/compile-fail/empty-linkname.rs
AgeCommit message (Collapse)AuthorLines
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+1
#[legacy_exports];
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove ↵Graham Fawcett-0/+5
empty link_name. Can't remove them from stdlib until the snapshotted compiler supports #[nolink].