File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
trunk/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
- refs/heads/master: 244231720d29db856c5a28c0dda6c2efd7c9219a
2
+ refs/heads/master: 3112771001e0e7e9b068ba0bb0ca45c3e8f0f72a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: f89e975685a3a9f258c996865cdd144a0f30f83c
5
5
refs/heads/try: f58aad6dce273570fb130b4df008ef9acd5a5be2
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