Merge pull request #14 from protomors/upstream-builtins

Build compiler-builtins from rust source instead of github repository.
This commit is contained in:
Jorge Aparicio
2017-07-10 19:03:43 -05:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@@ -2,5 +2,4 @@
stage = 0 stage = 0
[dependencies.compiler_builtins] [dependencies.compiler_builtins]
git = "https://github.com/rust-lang-nursery/compiler-builtins"
stage = 1 stage = 1

View File

@@ -12,7 +12,6 @@
//! stage = 0 //! stage = 0
//! //!
//! [dependencies.compiler_builtins] //! [dependencies.compiler_builtins]
//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
//! stage = 1 //! stage = 1
//! ``` //! ```
//! //!

View File

@@ -12,7 +12,6 @@
//! stage = 0 //! stage = 0
//! //!
//! [dependencies.compiler_builtins] //! [dependencies.compiler_builtins]
//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
//! stage = 1 //! stage = 1
//! ``` //! ```
//! //!