rust/library/core
Mara Bos ed1de99b4f Fix bug with assert!() calling the wrong edition of panic!().
The span of `panic!` produced by the `assert` macro did not carry the
right edition. This changes `assert` to call the right version.
2021-02-01 23:23:27 +01:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Fix bug with assert!() calling the wrong edition of panic!(). 2021-02-01 23:23:27 +01:00
tests stabilize int_bits_const 2021-01-31 21:50:47 +10:00
Cargo.toml