File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7e4ed28fa5c89623d1e4c088e9db34e85e4a0fae
2
+ refs/heads/master: 9792002c6acce3484bc4fe1fcd87c1b6e62226e3
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5
5
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- // Check that merely have lifetime parameters is not
11
+ // Check that merely having lifetime parameters is not
12
12
// enough for trans to consider this as non-monomorphic,
13
13
// which led to various assertions and failures in turn.
14
14
15
15
struct S < ' self > {
16
16
v : & ' self int
17
17
}
18
18
19
- fn f < ' lt > ( _s : & S < ' lt > ) { }
19
+ fn f < ' lt > ( _s : & ' lt S < ' lt > ) { }
20
20
21
21
fn main ( ) {
22
22
f ( & S { v : & 42 } ) ;
You can’t perform that action at this time.
0 commit comments