diff options
Diffstat (limited to 'src/test/compile-fail/liveness-ctor-access-self-with-uninit-fields.rs')
| -rw-r--r-- | src/test/compile-fail/liveness-ctor-access-self-with-uninit-fields.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/liveness-ctor-access-self-with-uninit-fields.rs b/src/test/compile-fail/liveness-ctor-access-self-with-uninit-fields.rs index 9c982292816..0480bc71798 100644 --- a/src/test/compile-fail/liveness-ctor-access-self-with-uninit-fields.rs +++ b/src/test/compile-fail/liveness-ctor-access-self-with-uninit-fields.rs @@ -3,7 +3,7 @@ class cat { fn meow() {} new() { self.meow(); - //!^ ERROR use of possibly uninitialized field: `self.how_hungry` + //~^ ERROR use of possibly uninitialized field: `self.how_hungry` } } |
