diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-07-06 19:06:58 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-07-06 19:07:26 -0700 |
| commit | c4af6e92fbae171c56a4e68666025725555fc9d8 (patch) | |
| tree | 498df2a12555cc91a83d002ea8e424f5da6f7378 /src/libsyntax/parse/comments.rs | |
| parent | b5f5676a2ffacf58fc3831846c5357b7e2b46109 (diff) | |
| download | rust-c4af6e92fbae171c56a4e68666025725555fc9d8.tar.gz rust-c4af6e92fbae171c56a4e68666025725555fc9d8.zip | |
rustc: Switch to the new resolution pass
Diffstat (limited to 'src/libsyntax/parse/comments.rs')
| -rw-r--r-- | src/libsyntax/parse/comments.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/parse/comments.rs b/src/libsyntax/parse/comments.rs index e188331dd24..bd164402c1d 100644 --- a/src/libsyntax/parse/comments.rs +++ b/src/libsyntax/parse/comments.rs @@ -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 |
