mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: make use of private enum from outside module an error. (#9821)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
module builtin
|
||||
|
||||
// ChanState describes the result of an attempted channel transaction.
|
||||
enum ChanState {
|
||||
pub enum ChanState {
|
||||
success
|
||||
not_ready // push()/pop() would have to wait, but no_block was requested
|
||||
closed
|
||||
|
Reference in New Issue
Block a user