Added -W:experimental
to --help
[Feature #16420]
This commit is contained in:
parent
d0f1eb3e4e
commit
3739ddc36f
1
ruby.c
1
ruby.c
@ -302,6 +302,7 @@ usage(const char *name, int help)
|
|||||||
};
|
};
|
||||||
static const struct message warn_categories[] = {
|
static const struct message warn_categories[] = {
|
||||||
M("deprecated", "", "deprecated features"),
|
M("deprecated", "", "deprecated features"),
|
||||||
|
M("experimental", "", "experimental features"),
|
||||||
};
|
};
|
||||||
static const struct message mjit_options[] = {
|
static const struct message mjit_options[] = {
|
||||||
M("--jit-warnings", "", "Enable printing JIT warnings"),
|
M("--jit-warnings", "", "Enable printing JIT warnings"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user