summary refs log tree commit diff
path: root/src/test/compile-fail/stability-attribute-issue.rs
AgeCommit message (Collapse)AuthorLines
2015-07-06rustc: implement `unstable(issue = "nnn")`.Huon Wilson-0/+21
This takes an issue number and points people to it in the printed error message. This commit does not make it an error to have no `issue` field.