File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
branches/snap-stage3/src/test/compile-fail Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 0b48001c28329392b26961eaf1c3ed293a352d6f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 244231720d29db856c5a28c0dda6c2efd7c9219a
4
+ refs/heads/snap-stage3: 3112771001e0e7e9b068ba0bb0ca45c3e8f0f72a
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
struct Foo < ' a , ' a > { //~ ERROR lifetime name `'a` declared twice
12
- //~^ ERROR lifetime name `'a` declared twice
13
12
x : & ' a int
14
13
}
15
14
Original file line number Diff line number Diff line change 9
9
// except according to those terms.
10
10
11
11
struct Foo < ' static > { //~ ERROR illegal lifetime parameter name: `'static`
12
- //~^ ERROR illegal lifetime parameter name: `'static`
13
12
x : & ' static int
14
13
}
15
14
You can’t perform that action at this time.
0 commit comments