salsa/salsa-2022-tests
Niko Matsakis 389aa66bcf print all fields in debug() but ignore deps
In a previous PR we added the `include_all_fields`
parameter to `DebugWithDb` to allow it to
not create spurious dependencies.

This PR takes a different approach: we simply
ignore the dependencies created during debug
operations. This is risky as it can create
incorrect dependencies, but it is way more
convenient and seems like what users probably
want.

It also means that `DebugWithDb` has a simpler
signature that matches the `Debug` trait again,
which seems good to me.
2024-04-03 05:59:11 -04:00
..
src Fix clippy issues 2022-08-24 18:45:53 +02:00
tests print all fields in debug() but ignore deps 2024-04-03 05:59:11 -04:00
Cargo.toml run compile_fail test only on stable 2022-08-27 16:01:04 +08:00