зеркало из https://github.com/github/ruby.git
Added `-W:experimental` to `--help` [Feature #16420]
This commit is contained in:
Родитель
d0f1eb3e4e
Коммит
3739ddc36f
1
ruby.c
1
ruby.c
|
@ -302,6 +302,7 @@ usage(const char *name, int help)
|
|||
};
|
||||
static const struct message warn_categories[] = {
|
||||
M("deprecated", "", "deprecated features"),
|
||||
M("experimental", "", "experimental features"),
|
||||
};
|
||||
static const struct message mjit_options[] = {
|
||||
M("--jit-warnings", "", "Enable printing JIT warnings"),
|
||||
|
|
Загрузка…
Ссылка в новой задаче