diff options
| author | Marijn Haverbeke <[email protected]> | 2011-03-09 11:41:50 +0100 |
|---|---|---|
| committer | unknown <graydon@.(none)> | 2011-03-09 16:15:55 -0800 |
| commit | aed40fbcd8e81cc1ef7a51b40b76b4631cba299e (patch) | |
| tree | b9fe1cf0f40a6f54ab8b6522a3ed6677b127bb02 /src/comp/rustc.rc | |
| parent | Add stdout_writer and string_writer to std.io (diff) | |
| download | rust-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.rc | 1 |
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) { |