We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15e119 commit 1086996Copy full SHA for 1086996
src/compiler-debugging.md
@@ -152,7 +152,7 @@ These crates are used in compiler for logging:
152
* [env-logger]
153
154
[log]: https://docs.rs/log/0.4.6/log/index.html
155
-[env-logger]: https://docs.rs/env_logger/0.8.1/env_logger/
+[env-logger]: https://docs.rs/env_logger
156
157
The compiler has a lot of `debug!` calls, which print out logging information
158
at many points. These are very useful to at least narrow down the location of
0 commit comments