Skip to content

Commit

Permalink
Add a sig module to save-analysis
Browse files Browse the repository at this point in the history
Generates signatures for use in Rustdoc and similar tools.
  • Loading branch information
nrc committed Jun 12, 2017
1 parent e2eaef8 commit 600237f
Show file tree
Hide file tree
Showing 3 changed files with 581 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/librustc_save_analysis/lib.rs
Expand Up @@ -44,6 +44,7 @@ mod dump_visitor;
pub mod external_data;
#[macro_use]
pub mod span_utils;
mod sig;

use rustc::hir;
use rustc::hir::def::Def;
Expand Down

0 comments on commit 600237f

Please sign in to comment.