mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: deprecate [if ident]
in favour of [if ident ?]
This commit is contained in:
@ -35,7 +35,7 @@ fn (_ None__) str() string {
|
||||
return 'none'
|
||||
}
|
||||
|
||||
[if trace_error]
|
||||
[if trace_error ?]
|
||||
fn trace_error(x string) {
|
||||
eprintln('> ${@FN} | $x')
|
||||
}
|
||||
|
Reference in New Issue
Block a user