]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-ui/z-help.stdout
Auto merge of #100260 - ehuss:compiletest-target-cfg, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc-ui / z-help.stdout
index c8e5cac059412c6c26298f7fd3c19776c0c67d07..6dc41231559c0dc25d2440e772b477f4fed1fc72 100644 (file)
@@ -69,7 +69,7 @@
     -Z                               link-only=val -- link the `.rlink` file generated by `-Z no-link` (default: no)
     -Z                            llvm-plugins=val -- a list LLVM plugins to enable (space separated)
     -Z                         llvm-time-trace=val -- generate JSON tracing data file from LLVM data (default: no)
-    -Z                         location-detail=val -- comma separated list of location details to be tracked when using caller_location valid options are `file`, `line`, and `column` (default: all)
+    -Z                         location-detail=val -- what location details should be tracked when using caller_location, either `none`, or a comma separated list of location details, for which valid options are `file`, `line`, and `column` (default: `file,line,column`)
     -Z                                      ls=val -- list the symbols defined by a library crate (default: no)
     -Z                         macro-backtrace=val -- show macro backtraces (default: no)
     -Z                         merge-functions=val -- control the operation of the MergeFunctions LLVM pass, taking the same values as the target option of the same name