commit | e613bc92a12c176d0e206b2f83b1bae8011e90c1 | [log] [tgz] |
---|---|---|
author | Ralf Jung <[email protected]> | Sat Jul 13 15:24:50 2024 |
committer | Ralf Jung <[email protected]> | Thu Jul 18 09:58:16 2024 |
tree | f03b3121c792b941e6382851daf9a032a1ff54b9 | |
parent | fa74a9e6aa525a285cfd530cdea2ddeb9fca013c [diff] [blame] |
const_to_pat: cleanup leftovers from when we had to deal with non-structural constants
diff --git a/Cargo.lock b/Cargo.lock index 2d3bc59..1c1607e 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -4411,6 +4411,7 @@ name = "rustc_mir_build" version = "0.0.0" dependencies = [ + "either", "itertools", "rustc_apfloat", "rustc_arena",