summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-11-08 15:29:30 -0500
committerGitHub <noreply@github.com>2022-11-08 15:29:30 -0500
commit1466682a23ce0d7bf1f30d8b9627b4597c037e4d (patch)
treeaa65e335c1fb45a6f9a201d48897e4ac44dd5518 /include/ruby/ruby.h
parent1a65ab20cb6519ab3d4e58141cfd812eaea5f7e0 (diff)
YJIT: Improve checking message for rustc version (#6693)
Preivously we didn't have a "checking ...." line for this check and when rustc was too old, we would dump the error message to the console like: checking for rustc... rustc error: there is no argument named `x` --> <anon>:1:33 | 1 | fn main() { let x = 1; format!("{x}"); } | ^^^ error: aborting due to previous error `configure` checks usually don't do this and this might be confusing. With this commit it now says something like: checking whether rustc is new enough for YJIT... no
Notes
Notes: Merged-By: maximecb <maximecb@ruby-lang.org>
Diffstat (limited to 'include/ruby/ruby.h')
0 files changed, 0 insertions, 0 deletions