rust/compiler/rustc_builtin_macros
Mara Bos 3beb2e95a9 Expand assert!(expr) to panic() function instead of panic!() macro.
The panic message might contain braces which should never be
interpreted as format placeholders, which panic!() will do in a future
edition.
2020-10-18 22:30:16 +02:00
..
src Expand assert!(expr) to panic() function instead of panic!() macro. 2020-10-18 22:30:16 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00