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