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