diff options
author | Aleksey Kladov <[email protected]> | 2019-11-23 11:45:37 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-23 11:49:45 +0000 |
commit | 32658a73b4c9078421a1cab92ec459bb5b7236f5 (patch) | |
tree | e7b9f2e5f852224088ed1329d7b3e16249263937 | |
parent | fc1e543f7abb69b8cab308410fa0a127950ee1c5 (diff) |
Note that debugging infra is broken
-rw-r--r-- | crates/ra_hir/src/debug.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_hir/src/debug.rs b/crates/ra_hir/src/debug.rs index 4f3e922c3..8ec371f6e 100644 --- a/crates/ra_hir/src/debug.rs +++ b/crates/ra_hir/src/debug.rs | |||
@@ -1,3 +1,5 @@ | |||
1 | //! XXX: This does not work at the moment. | ||
2 | //! | ||
1 | //! printf debugging infrastructure for rust-analyzer. | 3 | //! printf debugging infrastructure for rust-analyzer. |
2 | //! | 4 | //! |
3 | //! When you print a hir type, like a module, using `eprintln!("{:?}", module)`, | 5 | //! When you print a hir type, like a module, using `eprintln!("{:?}", module)`, |