Skip to content

Commit f60b3de

Browse files
committed
---
yaml --- r: 49631 b: refs/heads/master c: 2888563 h: refs/heads/master i: 49629: 4f48db4 49627: be7c3e2 49623: 64462a7 49615: 2d75d84 49599: cffb644 v: v3
1 parent cdb07f2 commit f60b3de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: b07b36bbf30c9b7c9120e34b518d47244e981019
2+
refs/heads/master: 28885635108c6def3c2503cbcaeba90fbd011f90
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
55
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea

trunk/src/test/compile-fail/regions-in-structs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct yes1<'self> {
1717
}
1818

1919
struct yes2<'self> {
20-
x: &'foo uint, //~ ERROR Illegal lifetime 'foo: this lifetime must be declared
20+
x: &'foo uint, //~ ERROR Illegal lifetime 'foo: only 'self is allowed
2121
}
2222

2323
fn main() {}

0 commit comments

Comments
 (0)