We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f9ce8 commit 146264cCopy full SHA for 146264c
src/etc/check-sanitycheck.py
@@ -39,7 +39,7 @@ def inner():
39
def check_rlimit_core():
40
soft, hard = resource.getrlimit(resource.RLIMIT_CORE)
41
if soft > 0:
42
- error_unless_permitted('ALLOW_NONZERO_ULIMIT',
+ error_unless_permitted('ALLOW_NONZERO_RLIMIT_CORE',
43
("The rust test suite will segfault many rustc's in the debuginfo phase.\n"
44
"set ALLOW_NONZERO_ULIMIT to ignore this warning\n"))
45
0 commit comments