mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 23:35:59 +00:00
Fill in ignore reasons in all #[ignore] attributes
This commit is contained in:
parent
c9b9f88c1a
commit
fa8aa223c6
@ -1,5 +1,5 @@
|
||||
#[rustversion::attr(not(nightly), ignore)]
|
||||
#[cfg_attr(miri, ignore)]
|
||||
#[rustversion::attr(not(nightly), ignore = "requires nightly")]
|
||||
#[cfg_attr(miri, ignore = "incompatible with miri")]
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user