Project

General

Profile

Actions

Bug #21514

open

Rust deprecation warning building ruby-3.4.5/yjit/src/codegen.rs

Added by debo (David Bohman) 1 day ago.

Status:
Open
Assignee:
-
Target version:
-
ruby -v:
ruby 3.4.5 (2025-07-16 revision 20cda200d3) +PRISM [x86_64-darwin16]
[ruby-core:122787]

Description

I get the following warning when building ruby-3.4.5 from the tarball release. I am using rustc-1.88.0.

warning: `extern` declarations without an explicit ABI are deprecated
    --> ../ruby-3.4.5/yjit/src/codegen.rs:7406:1
     |
7406 | extern {
     | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
     |
     = note: `#[warn(missing_abi)]` on by default

No data to display

Actions

Also available in: Atom PDF

Like0