]> git.lizzy.rs Git - rust.git/blob - src/test/ui/auxiliary/fancy-panic.rs
Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor
[rust.git] / src / test / ui / auxiliary / fancy-panic.rs
1 #[macro_export]
2 macro_rules! fancy_panic {
3     ($msg:expr) => {
4         panic!($msg)
5     };
6 }