Skip to content

Commit 672ad45

Browse files
committed
---
yaml --- r: 23264 b: refs/heads/master c: af43613 h: refs/heads/master v: v3
1 parent b5c2c06 commit 672ad45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a78030fbaa8d4196f7a60851aacfd9f7ed57d7db
2+
refs/heads/master: af4361379543ce89866d087b45ffc419855e13fd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libsyntax/parse/parser.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ class parser {
25812581
match the_ctor {
25822582
some((_, _, _, s_first)) => {
25832583
self.span_note(s, #fmt("Duplicate constructor \
2584-
declaration for class %s", *class_name));
2584+
declaration for class %s", *class_name));
25852585
self.span_fatal(copy s_first, ~"First constructor \
25862586
declared here");
25872587
}
@@ -2594,7 +2594,7 @@ class parser {
25942594
match the_dtor {
25952595
some((_, _, s_first)) => {
25962596
self.span_note(s, #fmt("Duplicate destructor \
2597-
declaration for class %s", *class_name));
2597+
declaration for class %s", *class_name));
25982598
self.span_fatal(copy s_first, ~"First destructor \
25992599
declared here");
26002600
}

0 commit comments

Comments
 (0)