]> git.lizzy.rs Git - rust.git/commitdiff
Note that debugging infra is broken
authorAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 23 Nov 2019 11:45:37 +0000 (14:45 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Sat, 23 Nov 2019 11:49:45 +0000 (14:49 +0300)
crates/ra_hir/src/debug.rs

index 4f3e922c3c5c35057e62d9773dbd6ef59cafb259..8ec371f6ebcbc55989e39a929277a929d05fe171 100644 (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)`,