Note that debugging infra is broken

This commit is contained in:
Aleksey Kladov 2019-11-23 14:45:37 +03:00
parent fc1e543f7a
commit 32658a73b4

View File

@ -1,3 +1,5 @@
//! XXX: This does not work at the moment.
//!
//! printf debugging infrastructure for rust-analyzer.
//!
//! When you print a hir type, like a module, using `eprintln!("{:?}", module)`,