diff options
| author | Steven Fackler <sfackler@gmail.com> | 2021-03-05 07:12:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 07:12:02 -0500 |
| commit | 1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6 (patch) | |
| tree | 4585684d8d4f304c10a17a707828c63ec051eca9 /compiler/rustc | |
| parent | 6e52b23fa94ed967daed38cb3796d0874ec705a7 (diff) | |
| download | rust-1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6.tar.gz rust-1b4860ab2a70c4bc76661aa3f87d0ad09655a2f6.zip | |
Update compiler/rustc/src/main.rs
Diffstat (limited to 'compiler/rustc')
| -rw-r--r-- | compiler/rustc/src/main.rs | 2 |
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; } } |
