Build compiler-builtins from rust source instead of github repository.

This commit is contained in:
protomors
2017-07-09 12:05:26 +03:00
parent 4b1a2f3811
commit ba1263e7a1
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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