=BG= change definition to use 'statics' as well as 'constants'
This commit is contained in:
parent
8933253f2b
commit
1335be33e4
1 changed files with 2 additions and 2 deletions
|
|
@ -337,8 +337,8 @@ enum Method { GET, POST }
|
|||
"##,
|
||||
|
||||
E0265: r##"
|
||||
This error indicates that a constant references itself.
|
||||
All constants need to resolve to a value in an acyclic manner.
|
||||
This error indicates that a static or constant references itself.
|
||||
All statics and constants need to resolve to a value in an acyclic manner.
|
||||
|
||||
For example, neither of the following can be sensibly compiled:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue