rustc: Switch to the new resolution pass

This commit is contained in:
Patrick Walton
2012-07-06 19:06:58 -07:00
parent b5f5676a2f
commit c4af6e92fb
41 changed files with 430 additions and 328 deletions

View File

@@ -9,6 +9,7 @@ export lit;
export cmnt_style;
export gather_comments_and_literals;
export is_doc_comment, doc_comment_style, strip_doc_comment_decoration;
export isolated, trailing, mixed, blank_line;
enum cmnt_style {
isolated, // No code on either side of each line of the comment