index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
auxiliary
/
fancy-panic.rs
blob: e5a25a171fbe00417469add5e35b271a4723ea1e (
plain
)
1
2
3
4
5
6
#[macro_export] macro_rules! fancy_panic { ($msg:expr) => { panic!($msg) }; }