Make default check stage be 1, and error out on checking with stage 0

This commit is contained in:
Jakub Beránek
2025-06-17 12:59:13 +02:00
parent c83e217d26
commit 0aa4ef964d
2 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
# These defaults are meant for contributors to the standard library and documentation.
[build]
bench-stage = 1
check-stage = 1
test-stage = 1
[rust]