Merge pull request #14 from protomors/upstream-builtins
Build compiler-builtins from rust source instead of github repository.
This commit is contained in:
@@ -2,5 +2,4 @@
|
||||
stage = 0
|
||||
|
||||
[dependencies.compiler_builtins]
|
||||
git = "https://github.com/rust-lang-nursery/compiler-builtins"
|
||||
stage = 1
|
||||
@@ -12,7 +12,6 @@
|
||||
//! stage = 0
|
||||
//!
|
||||
//! [dependencies.compiler_builtins]
|
||||
//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
|
||||
//! stage = 1
|
||||
//! ```
|
||||
//!
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
//! stage = 0
|
||||
//!
|
||||
//! [dependencies.compiler_builtins]
|
||||
//! git = "https://github.com/rust-lang-nursery/compiler-builtins"
|
||||
//! stage = 1
|
||||
//! ```
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user