You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion
fixesrust-lang/miri#2778
this was introduced in rust-lang#104645, so this PR reverts the flag-part and uses an env var instead.
Copy file name to clipboardexpand all lines: tests/rustdoc-ui/z-help.stdout
-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,6 @@
77
77
-Z llvm-plugins=val -- a list LLVM plugins to enable (space separated)
78
78
-Z llvm-time-trace=val -- generate JSON tracing data file from LLVM data (default: no)
79
79
-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`)
80
-
-Z log-backtrace=val -- add a backtrace along with logging
81
80
-Z ls=val -- list the symbols defined by a library crate (default: no)
82
81
-Z macro-backtrace=val -- show macro backtraces (default: no)
83
82
-Z maximal-hir-to-mir-coverage=val -- save as much information as possible about the correspondence between MIR and HIR as source scopes (default: no)
0 commit comments