v2 / vlib / v / parser / tests / comptime_path_not_found_err.out
6 lines · 6 sloc · 232 bytes · 53c6e46a51e0411b165f899c469a9ba45ec931ea
Raw
1vlib/v/parser/tests/comptime_path_not_found_err.vv:2:15: error: template file "tempate.txt" not found
2 1 | fn main() {
3 2 | tmp := $tmpl('tempate.txt')
4 | ~~~~~~~~~~~~~
5 3 | a := tmp
6 4 | }
7