Files
rust/src/test
Matthias Krüger cbf1a0ed3a Rollup merge of #105063 - aDotInTheVoid:rdj-dont-assume-core, r=notriddle
Rustdoc Json Tests: Don't assume that core::fmt::Debug will always have one item.

See https://github.com/rust-lang/rust/pull/104525#issuecomment-1330837047 and https://github.com/rust-lang/rust/pull/104525#issuecomment-1331087852 for motivation.

This still assumes that `fmt` is the first method, but thats alot less brittle than assuming it will be the only method.

Sadly, we can't use a aux crate to insulate the tests from core changes, because core is special, so all we can do is try not to depend on things that may change.
2022-11-30 19:53:18 +01:00
..
2022-11-19 16:58:02 +01:00
2022-11-27 23:15:55 +01:00
2022-11-25 09:28:43 +00:00
2022-11-26 18:04:54 -08:00
2022-11-05 18:05:45 +00:00
2022-11-21 15:24:51 +01:00