Skip to content

Commit 4dc9dde

Browse files
committed
---
yaml --- r: 158846 b: refs/heads/snap-stage3 c: 3112771 h: refs/heads/master v: v3
1 parent cc9a733 commit 4dc9dde

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 0b48001c28329392b26961eaf1c3ed293a352d6f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 244231720d29db856c5a28c0dda6c2efd7c9219a
4+
refs/heads/snap-stage3: 3112771001e0e7e9b068ba0bb0ca45c3e8f0f72a
55
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/test/compile-fail/regions-name-duplicated.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
struct Foo<'a, 'a> { //~ ERROR lifetime name `'a` declared twice
12-
//~^ ERROR lifetime name `'a` declared twice
1312
x: &'a int
1413
}
1514

branches/snap-stage3/src/test/compile-fail/regions-name-static.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
struct Foo<'static> { //~ ERROR illegal lifetime parameter name: `'static`
12-
//~^ ERROR illegal lifetime parameter name: `'static`
1312
x: &'static int
1413
}
1514

0 commit comments

Comments
 (0)