mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-18 21:57:54 +02:00
Add a stderr block. Pros: - we can make use of dbg macro in our code Cons: - there's a limitation that the compile message also shows Applies patches from rust-lang/mdBook#1315 since the original change was not merged by rust-lang. Issue: #531 Signed-off-by: Alx-Lai <alexabc722@gmail.com>