/
germanubis
/
json
Обзор
Документация
Войти
/
germanubis
/
json
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/ui/missing_value.stderr
12 строк
460 B
David Tolnay
Eliminate local_inner_macros in favor of non-ident macro paths
02 авг 2024, 00:18
Не верифицирован
02 авг 2024, 00:18
7633cb7
Код
Авторство
О чём код?
error: unexpected end of macro invocation --> tests/ui/missing_value.rs:4:5 | 4 | json!({ "a" : }); | ^^^^^^^^^^^^^^^^ missing tokens in macro arguments | note: while trying to match `@` --> src/macros.rs | | (@array [$($elems:expr,)*]) => { | ^ = note: this error originates in the macro `$crate::json_internal` which comes from the expansion of the macro `json` (in Nightly builds, run with -Z macro-backtrace for more info)