| Index: pkg/front_end/messages.yaml
|
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
|
| index ec2c5da969083e2842e297654278990031c6001f..99f9f44e22f9febf5d704b5b0fed30da3d5bf5ea 100644
|
| --- a/pkg/front_end/messages.yaml
|
| +++ b/pkg/front_end/messages.yaml
|
| @@ -846,3 +846,12 @@ AccessError:
|
|
|
| PreviousUseOfName:
|
| template: "Previous use of '#name'."
|
| +
|
| +ExpressionNotMetadata:
|
| + template: "This can't be used as metadata; metadata should be a reference to a compile-time constant variable, or a call to a constant constructor."
|
| +
|
| +ExpectedAnInitializer:
|
| + template: "Expected an initializer."
|
| +
|
| +NotAnLvalue:
|
| + template: "Can't assign to this."
|
|
|