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
Copy file name to clipboardExpand all lines: compiler/rustc_const_eval/src/interpret/util.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ impl EnteredTraceSpan for tracing::span::EnteredSpan {
121
121
/// ### `tracing_separate_thread` parameter
122
122
///
123
123
/// This macro was introduced to obtain better traces of Miri without impacting release performance.
124
-
/// Miri saves traces using the the `tracing_chrome` `tracing::Layer` so that they can be visualized
124
+
/// Miri saves traces using the `tracing_chrome` `tracing::Layer` so that they can be visualized
125
125
/// in <https://ui.perfetto.dev>. To instruct `tracing_chrome` to put some spans on a separate trace
126
126
/// thread/line than other spans when viewed in <https://ui.perfetto.dev>, you can pass
127
127
/// `tracing_separate_thread = tracing::field::Empty` to the tracing macros. This is useful to
0 commit comments