File tree 1 file changed +8
-0
lines changed
src/building/bootstrapping
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ $ BOOTSTRAP_TRACING=CONFIG_HANDLING=TRACE ./x build library --stage 1
76
76
77
77
[ tracing-env-filter ] : https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/filter/struct.EnvFilter.html
78
78
79
+ ##### FIXME(#96176 ): specific tracing for ` compiler() ` vs ` compiler_for() `
80
+
81
+ The additional targets ` COMPILER ` and ` COMPILER_FOR ` are used to help trace what
82
+ ` builder.compiler() ` and ` builder.compiler_for() ` does. They should be removed
83
+ if [ #96176 ] [ cleanup-compiler-for ] is resolved.
84
+
85
+ [ cleanup-compiler-for ] : https://github.com/rust-lang/rust/issues/96176
86
+
79
87
### Using ` tracing ` in bootstrap
80
88
81
89
Both ` tracing::* ` macros and the ` tracing::instrument ` proc-macro attribute need to be gated behind ` tracing ` feature. Examples:
You can’t perform that action at this time.
0 commit comments