16 lines
448 B
Plaintext
16 lines
448 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 beta.9")
|
|
(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`")
|
|
)
|