mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix warning in mini_core
This commit is contained in:
parent
737421a25b
commit
40d40fb229
@ -467,7 +467,6 @@ pub fn panic(_msg: &'static str) -> ! {
|
||||
|
||||
macro_rules! panic_const {
|
||||
($($lang:ident = $message:expr,)+) => {
|
||||
#[cfg(not(bootstrap))]
|
||||
pub mod panic_const {
|
||||
use super::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user