martin-g commented on code in PR #504: URL: https://github.com/apache/avro-rs/pull/504#discussion_r2890006087
########## avro_derive/tests/ui.rs: ########## @@ -18,7 +18,7 @@ /// These tests only run on nightly as the output can change per compiler version. /// /// See <https://github.com/dtolnay/trybuild/issues/84> -#[rustversion::attr(not(nightly), ignore)] +#[cfg_attr(not(msrv), ignore)] Review Comment: Right! This is inconvenient! Let's stick with nightly! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
