diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-04-29 09:27:34 -0400 | 
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-05-01 22:19:11 -0400 | 
| commit | a64f94161130944f8fda1f6dcc00f37860f43ecf (patch) | |
| tree | 73ba98774f02b750916f1d71b428e038f7f0f8fe /compiler/rustc_codegen_gcc/example | |
| parent | 377c518bce25ebd2d1bf80568940787ffa397013 (diff) | |
| download | rust-a64f94161130944f8fda1f6dcc00f37860f43ecf.tar.gz rust-a64f94161130944f8fda1f6dcc00f37860f43ecf.zip  | |
Step bootstrap cfgs
Diffstat (limited to 'compiler/rustc_codegen_gcc/example')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/mini_core.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/example/mini_core.rs b/compiler/rustc_codegen_gcc/example/mini_core.rs index 8ffa66a4894..a48c0a4450c 100644 --- a/compiler/rustc_codegen_gcc/example/mini_core.rs +++ b/compiler/rustc_codegen_gcc/example/mini_core.rs @@ -420,7 +420,6 @@ pub fn panic(_msg: &'static str) -> ! { macro_rules! panic_const { ($($lang:ident = $message:expr,)+) => { - #[cfg(not(bootstrap))] pub mod panic_const { use super::*;  | 
