diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2022-11-08 15:29:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-08 15:29:30 -0500 |
| commit | 1466682a23ce0d7bf1f30d8b9627b4597c037e4d (patch) | |
| tree | aa65e335c1fb45a6f9a201d48897e4ac44dd5518 /include/ruby | |
| parent | 1a65ab20cb6519ab3d4e58141cfd812eaea5f7e0 (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')
0 files changed, 0 insertions, 0 deletions
