Skip to content

Commit 940aa20

Browse files
committed
Add comment about features not part of "extra-features"
1 parent b3ed035 commit 940aa20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bootstrap.example.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@
392392
# For example, to build Miri with tracing support, use `tool.miri.features = ["tracing"]`
393393
#
394394
# The default value for the `features` array is `[]`. However, please note that other flags in
395-
# `bootstrap.toml` might influence the features enabled for some tools.
395+
# `bootstrap.toml` might influence the features enabled for some tools. Also, enabling features
396+
# in tools which are not part of the internal "extra-features" preset might not always work.
396397
#build.tool.TOOL_NAME.features = [FEATURE1, FEATURE2]
397398

398399
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose, 3 == print environment variables on each rustc invocation

0 commit comments

Comments
 (0)