Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub use std::panic;
#[macro_export]
macro_rules! panic { () => {} } //~ ERROR the name `panic` is defined multiple times
fn main() {}