]> git.lizzy.rs Git - rust.git/commit
Make #fmt work from inside std. Issue #175
authorBrian Anderson <banderson@mozilla.com>
Mon, 11 Jul 2011 00:00:28 +0000 (17:00 -0700)
committerBrian Anderson <banderson@mozilla.com>
Mon, 11 Jul 2011 00:00:28 +0000 (17:00 -0700)
commit6d3513eaee512e0143cd75927b8ff56a5bf98152
treed886a3039905edc8e6d8a71f90da8454260b9136
parente494e73cdd30fda0a10d6b3c067ca3a2809527eb
Make #fmt work from inside std. Issue #175

At long last, this patch makes #fmt usable from inside the standard library.
The way it does it us very hackish, but at least it works now.
src/comp/syntax/ext/base.rs
src/comp/syntax/ext/fmt.rs