rust/compiler/rustc_builtin_macros
Mara Bos a1c41e9ca7 Expand assert!(expr, args..) to include $crate for hygiene on 2021.
Before 2021, this was a breaking change, as std::panic and core::panic
are different. In edition 2021 they will be identical, making it
possible again to apply proper hygiene here.
2021-01-09 20:53:24 +01:00
..
src Expand assert!(expr, args..) to include $crate for hygiene on 2021. 2021-01-09 20:53:24 +01:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00