v2 / vlib / v / checker / tests / modules / deprecated_consts.out
5 lines · 5 sloc · 269 bytes · 3ffc951cf555dc4818309a507ccb9d0da4de748f
Raw
1vlib/v/checker/tests/modules/deprecated_consts/consts.v:1:1: error: project must include a `main` module or be a shared library (compile with `v -shared`)
2 1 | module deprecated_consts
3 | ^
4 2 |
5 3 | @[deprecated: 'use built-in constant min_i8 instead']
6