Update YJIT warning, mention need to install rustc (#6873)

This commit is contained in:
Maxime Chevalier-Boisvert 2022-12-07 15:02:45 -05:00 коммит произвёл GitHub
Родитель 3bb7a40160
Коммит 9350c2b12f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

3
ruby.c
Просмотреть файл

@ -1508,7 +1508,8 @@ proc_options(long argc, char **argv, ruby_cmdline_options_t *opt, int envopt)
FEATURE_SET(opt->features, FEATURE_BIT(yjit));
setup_yjit_options(s);
#else
rb_warn("Ruby was built without YJIT support");
rb_warn("Ruby was built without YJIT support."
" You may need to install rustc to build Ruby with YJIT.");
#endif
}
else if (strcmp("yydebug", s) == 0) {