pub const fn panic_str_2015(expr: &str) -> !
panic_internals
This exists solely for the 2015 edition panic! macro to trigger a lint on panic!(my_str_variable);.
panic!
panic!(my_str_variable);