slovo/tests/std-vec-empty-generic-unsupported.diag

16 lines
458 B
Plaintext

(diagnostic
(schema slovo.diagnostic)
(version 1)
(severity error)
(code UnsupportedGenericStandardLibraryCall)
(message "generic standard-library call `std.vec.empty` is reserved but not supported in the current beta")
(file "<fixture>")
(span
(bytes 38 51)
(range 5 4 5 17)
)
(expected "promoted concrete standard-library function")
(found "std.vec.empty")
(hint "use current concrete families such as `std.vec.i32.empty`")
)