We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d60ab commit 54b1608Copy full SHA for 54b1608
src/doc/reference.md
@@ -2003,6 +2003,10 @@ arbitrarily complex configurations through nesting.
2003
2004
The following configurations must be defined by the implementation:
2005
2006
+* `debug_assertions`. Enabled by default when compiling without optimizations.
2007
+ This can be used to enable extra debugging code in development but not in
2008
+ production. For example, it controls the behavior of the standard library's
2009
+ `debug_assert!` macro.
2010
* `target_arch = "..."`. Target CPU architecture, such as `"x86"`, `"x86_64"`
2011
`"mips"`, `"powerpc"`, `"arm"`, or `"aarch64"`.
2012
* `target_endian = "..."`. Endianness of the target CPU, either `"little"` or
0 commit comments