7 Commits

Author SHA1 Message Date
Guillaume Gomez
2d80cc3524 Rename everything to rinja 2024-06-17 15:58:52 +02:00
René Kijewski
5955ba23c1 Remove obsolete trybuild outputs
The current main branch does not compile with rust 1.58 or earlier
anyway.
2024-04-29 08:33:32 +02:00
Guillaume Gomez
45ae8daba4 Move cfg(not(windows)) at the top of tests/ui.rs 2024-04-05 12:13:54 +02:00
Guillaume Gomez
0b4b7d6345 Improve error message by providing the file where the error occurred if it is not an inlined source 2024-04-05 12:13:54 +02:00
René Kijewski
671bc7f32f Fix tests for new error messages in Rust nightly 2021-12-01 01:13:09 -08:00
René Kijewski
c31fe5f3fc Fix expected error message for missing file
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.
2021-07-02 16:12:42 +02:00
msrd0
f23162a208
Use syn::Error::to_compile_error and add trybuild ui test (#374) 2020-11-02 17:11:53 +01:00