aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests for new error messages in Rust nightlyLibravatar René Kijewski2021-12-011-4/+14
|
* Fix expected error message for missing fileLibravatar René Kijewski2021-07-021-0/+7
| | | | | | | | | 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.
* Use `syn::Error::to_compile_error` and add trybuild ui test (#374)Libravatar msrd02020-11-021-0/+7