As of #5995, some error messages from rustdoc are no longer getting colored.
Example code:
/// [BadLink]
/// ```
/// \
/// ```
pub fn f() {}
The result I get on nightly:

The result of cargo just before #5995:

Notice that the warning emitted by rustdoc is still colored, but the error: unknown start of token line caused by the backslash is not! So strange!
Tested on Windows and Mac.
cc @kennytm