diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-18 14:38:59 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-18 14:38:59 +0000 |
| commit | b9d7e6f85acd0480362ca67dd2b845ffe859c8ab (patch) | |
| tree | 0cf958fc5caf13be35238a395e51589a914b87a8 | |
| parent | 18184d8ecd638e6640cc920f08356d5b9d3959ec (diff) | |
| download | rust-b9d7e6f85acd0480362ca67dd2b845ffe859c8ab.tar.gz rust-b9d7e6f85acd0480362ca67dd2b845ffe859c8ab.zip | |
Remove outdated fixme
| -rw-r--r-- | src/global_asm.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/global_asm.rs b/src/global_asm.rs index a74f8ffa23d..63a1f6959dd 100644 --- a/src/global_asm.rs +++ b/src/global_asm.rs @@ -104,7 +104,6 @@ pub(crate) fn compile_global_asm( return Ok(None); } - // FIXME fix linker error on macOS if cfg!(not(feature = "inline_asm")) { return Err( "asm! and global_asm! support is disabled while compiling rustc_codegen_cranelift" |
