about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2021-03-05 07:12:02 -0500
committerGitHub <noreply@github.com>2021-03-05 07:12:02 -0500
commit1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6 (patch)
tree4585684d8d4f304c10a17a707828c63ec051eca9 /compiler/rustc
parent6e52b23fa94ed967daed38cb3796d0874ec705a7 (diff)
downloadrust-1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6.tar.gz
rust-1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6.zip
Update compiler/rustc/src/main.rs
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc/src/main.rs b/compiler/rustc/src/main.rs
index 3f03d1b6869..8c5447a91cd 100644
--- a/compiler/rustc/src/main.rs
+++ b/compiler/rustc/src/main.rs
@@ -36,7 +36,7 @@ fn main() {
             }
 
             #[used]
-            static _F7: unsafe extern "C" fn() = _rjem_je_zone_register();
+            static _F7: unsafe extern "C" fn() = _rjem_je_zone_register;
         }
     }