diff options
| author | Graydon Hoare <[email protected]> | 2010-09-01 13:24:14 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-01 13:24:14 -0700 |
| commit | eb90be779877caa2e2d51095301f83695d77dd44 (patch) | |
| tree | 76756b9fa7e4cfc6284632b7cde93302d87348c4 /src/comp/rustc.rc | |
| parent | Whitespace churn. (diff) | |
| download | rust-eb90be779877caa2e2d51095301f83695d77dd44.tar.xz rust-eb90be779877caa2e2d51095301f83695d77dd44.zip | |
Add session, span tracking, error reporting, beginning of a function to parse an item to rustc.
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 4e186b17..5f5bc893 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -12,6 +12,7 @@ mod fe { mod driver { mod rustc; + mod session; } mod util { |