aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorMarijn Haverbeke <[email protected]>2011-03-09 11:41:50 +0100
committerunknown <graydon@.(none)>2011-03-09 16:15:55 -0800
commitaed40fbcd8e81cc1ef7a51b40b76b4631cba299e (patch)
treeb9fe1cf0f40a6f54ab8b6522a3ed6677b127bb02 /src/comp/rustc.rc
parentAdd stdout_writer and string_writer to std.io (diff)
downloadrust-aed40fbcd8e81cc1ef7a51b40b76b4631cba299e.tar.xz
rust-aed40fbcd8e81cc1ef7a51b40b76b4631cba299e.zip
Have the pretty-printer take a writer stream as argument
It now uses a string writer to also fill in for middle.ty.ast_ty_to_str
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 7e1d8fd9..c7d3ff6b 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -44,6 +44,7 @@ auth middle.trans = unsafe;
auth middle.trans.copy_args_to_allocas = impure;
auth middle.trans.trans_block = impure;
auth lib.llvm = unsafe;
+auth pretty.pprust = impure;
mod lib {
alt (target_os) {