aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/debug.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-23 11:50:30 +0000
committerGitHub <[email protected]>2019-11-23 11:50:30 +0000
commit102f1984c662544d16441d437e5b0883502d49d1 (patch)
tree9fbf1b22c02412f15ad4ddb8fcbc405ce8d33795 /crates/ra_hir/src/debug.rs
parentee300085c016a5b24ff61e0a1406857d4e638618 (diff)
parent32658a73b4c9078421a1cab92ec459bb5b7236f5 (diff)
Merge #2372
2372: Note that debugging infra is broken r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir/src/debug.rs')
-rw-r--r--crates/ra_hir/src/debug.rs2
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)`,