mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Clarify the debug-related values should take boolean
They should take boolean values and the current placeholders are confusing, at least for me.
This commit is contained in:
parent
7b06cb1052
commit
2224e26578
@ -370,13 +370,13 @@ changelog-seen = 1
|
|||||||
# binary, otherwise they are omitted.
|
# binary, otherwise they are omitted.
|
||||||
#
|
#
|
||||||
# Defaults to rust.debug value
|
# Defaults to rust.debug value
|
||||||
#debug-assertions = debug
|
#debug-assertions = rust.debug (boolean)
|
||||||
|
|
||||||
# Whether or not debug assertions are enabled for the standard library.
|
# Whether or not debug assertions are enabled for the standard library.
|
||||||
# Overrides the `debug-assertions` option, if defined.
|
# Overrides the `debug-assertions` option, if defined.
|
||||||
#
|
#
|
||||||
# Defaults to rust.debug-assertions value
|
# Defaults to rust.debug-assertions value
|
||||||
#debug-assertions-std = debug-assertions
|
#debug-assertions-std = rust.debug-assertions (boolean)
|
||||||
|
|
||||||
# Whether or not to leave debug! and trace! calls in the rust binary.
|
# Whether or not to leave debug! and trace! calls in the rust binary.
|
||||||
# Overrides the `debug-assertions` option, if defined.
|
# Overrides the `debug-assertions` option, if defined.
|
||||||
@ -386,7 +386,7 @@ changelog-seen = 1
|
|||||||
# If you see a message from `tracing` saying
|
# If you see a message from `tracing` saying
|
||||||
# `max_level_info` is enabled and means logging won't be shown,
|
# `max_level_info` is enabled and means logging won't be shown,
|
||||||
# set this value to `true`.
|
# set this value to `true`.
|
||||||
#debug-logging = debug-assertions
|
#debug-logging = rust.debug-assertions (boolean)
|
||||||
|
|
||||||
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
|
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
|
||||||
# `0` - no debug info
|
# `0` - no debug info
|
||||||
|
Loading…
Reference in New Issue
Block a user