]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Index HIR after creating TyCtxt
[rust.git] / config.toml.example
index 9b7327ea69e0b1663f3c83b5ed6f9f0bacf36ed0..ce21b63467f53f566b302a3021479f42e49ca066 100644 (file)
 # `0` - no debug info
 # `1` - line tables only
 # `2` - full debug info with variable and type information
-# Can be overriden for specific subsets of Rust code (rustc, std or tools).
+# Can be overridden for specific subsets of Rust code (rustc, std or tools).
 # Debuginfo for tests run with compiletest is not controlled by this option
 # and needs to be enabled separately with `debuginfo-level-tests`.
 #debuginfo-level = if debug { 2 } else { 0 }