diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-06-27 11:16:53 -0700 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-06-28 10:47:59 -0400 |
| commit | f25f466afe7d4d94d711e4f288fd39ab72f1cc61 (patch) | |
| tree | 24a07c645104ff214d1b3a62da1d086b76886f90 /src/librustpkg/rustpkg.rs | |
| parent | f6a27cbda273d5d39af953bca12990cc4930382c (diff) | |
| download | rust-f25f466afe7d4d94d711e4f288fd39ab72f1cc61.tar.gz rust-f25f466afe7d4d94d711e4f288fd39ab72f1cc61.zip | |
librustc: Fix even *more* merge fallout!
Diffstat (limited to 'src/librustpkg/rustpkg.rs')
| -rw-r--r-- | src/librustpkg/rustpkg.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustpkg/rustpkg.rs b/src/librustpkg/rustpkg.rs index ca13ba39d59..550a3411b5d 100644 --- a/src/librustpkg/rustpkg.rs +++ b/src/librustpkg/rustpkg.rs @@ -192,6 +192,7 @@ pub trait CtxMethods { fn clean(&self, workspace: &Path, id: &PkgId); fn info(&self); fn install(&self, workspace: &Path, id: &PkgId); + fn install_no_build(&self, workspace: &Path, id: &PkgId); fn prefer(&self, _id: &str, _vers: Option<~str>); fn test(&self); fn uninstall(&self, _id: &str, _vers: Option<~str>); |
