rust/compiler/rustc_builtin_macros
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
..
src Fix bug with assert!() calling the wrong edition of panic!(). 2021-02-01 23:23:27 +01:00
Cargo.toml