Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-28 | Pass `Node` parsing level to expressions | 1 | -2/+2 | ||
2023-09-28 | Limit nesting in parser nodes, too | 1 | -3/+3 | ||
2021-12-01 | Fix tests for new error messages in Rust nightly | 1 | -0/+0 | ||
2021-07-30 | Better error messages using cuts | 1 | -2/+3 | ||
2021-07-02 | Fix expected error message for missing file | 1 | -1/+1 | ||
rust-lang/rust#82069 made error message that stem macro invocations more verbose. Since Rust 1.54 (currently in beta) the message includes the name of the offending macro. This PR uses version_check to select the appropriate expected error message. | |||||
2020-11-02 | Use `syn::Error::to_compile_error` and add trybuild ui test (#374) | 1 | -0/+7 | ||