aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-session-manager.cc
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2021-02-04 12:43:59 +0800
committerSimplyTheOther <simplytheother@gmail.com>2021-02-04 12:43:59 +0800
commit7c7c76f27f6ab999ec8fa299bde8911911fa7d90 (patch)
treee432cd20f59552da34313060fbcbd87e0ef9728a /gcc/rust/rust-session-manager.cc
parent877e7ac6c72608950fbe2ffde04142bbfb01b29d (diff)
parent9abf0733814c5e4131b96afb1c0abad68f4cf4ef (diff)
downloadgcc-7c7c76f27f6ab999ec8fa299bde8911911fa7d90.zip
gcc-7c7c76f27f6ab999ec8fa299bde8911911fa7d90.tar.gz
gcc-7c7c76f27f6ab999ec8fa299bde8911911fa7d90.tar.bz2
Merge branch 'master' of https://github.com/redbrain/gccrs
Diffstat (limited to 'gcc/rust/rust-session-manager.cc')
-rw-r--r--gcc/rust/rust-session-manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc
index afc238b..281049d 100644
--- a/gcc/rust/rust-session-manager.cc
+++ b/gcc/rust/rust-session-manager.cc
@@ -550,8 +550,8 @@ Session::parse_file (const char *filename)
type_resolution (hir);
// FIXME this needs an option of itself
- auto buf = Resolver::TypeResolverDump::go (hir);
- fprintf (stderr, "%s\n", buf.c_str ());
+ // auto buf = Resolver::TypeResolverDump::go (hir);
+ // fprintf (stderr, "%s\n", buf.c_str ());
if (saw_errors ())
return;