mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: [noreturn]
part 2 (cleanup) (#10667)
This commit is contained in:
@ -332,6 +332,7 @@ fn get_compile_name_of_potential_v_project(file string) string {
|
||||
return pfolder
|
||||
}
|
||||
|
||||
[noreturn]
|
||||
fn verror(s string) {
|
||||
util.verror('vfmt error', s)
|
||||
}
|
||||
|
Reference in New Issue
Block a user