X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=ce21b63467f53f566b302a3021479f42e49ca066;hb=f2c59bd603568fe3c8d1ed1d3c41b556ec73a145;hp=9b7327ea69e0b1663f3c83b5ed6f9f0bacf36ed0;hpb=86b9377dd67019db9f0dacb1c077eb6ff24a64ae;p=rust.git diff --git a/config.toml.example b/config.toml.example index 9b7327ea69e..ce21b63467f 100644 --- a/config.toml.example +++ b/config.toml.example @@ -315,7 +315,7 @@ # `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 }