Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-01 | Fix tests for new error messages in Rust nightly | 2 | -8/+0 | ||
2021-07-02 | Fix expected error message for missing file | 2 | -0/+8 | ||
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. |