We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb07f2 commit f60b3deCopy full SHA for f60b3de
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: b07b36bbf30c9b7c9120e34b518d47244e981019
+refs/heads/master: 28885635108c6def3c2503cbcaeba90fbd011f90
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5
refs/heads/try: 2a8fb58d79e685d5ca07b039badcf2ae3ef077ea
trunk/src/test/compile-fail/regions-in-structs.rs
@@ -17,7 +17,7 @@ struct yes1<'self> {
17
}
18
19
struct yes2<'self> {
20
- x: &'foo uint, //~ ERROR Illegal lifetime 'foo: this lifetime must be declared
+ x: &'foo uint, //~ ERROR Illegal lifetime 'foo: only 'self is allowed
21
22
23
fn main() {}
0 commit comments