dtolnay / dtolnay/syn

Uninformative error from Attribute::parse_args for some expressions without "full" feature.

Open
#1,971 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
3.4k
Forks
374
Avg merge
1d 5h
Merged PRs (30d)
2

Description

For most expressions that are not included without "full" feature
```
let attr: Attribute = parse_quote! {
#[precondition([a])]
};
let precondition: Expr = attr.parse_args().unwrap();
```
there is an error `Error("unsupported expression; enable syn's features=[\"full\"]")`.

But for `Assign` expressions `#[precondition(value = 5)]` there is an uninformative `Error("unexpected token")`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.