diff options
author | faineance <faineance@users.noreply.github.com> | 2017-02-09 22:21:45 +0000 |
---|---|---|
committer | faineance <faineance@users.noreply.github.com> | 2017-02-09 22:21:45 +0000 |
commit | 5e34f0ab9b27bb6e8c43ccaf507614b3bb45bf63 (patch) | |
tree | 46475d42ea9c59c7ab5e13d7d21b3fc7a0708579 /src | |
parent | 0927273e4a5162f0723b7c15e677ec5240b00801 (diff) |
rename llvm_stable feature, and remove references from docs
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 68f3d0a8..2b18f1ab 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ pub fn main() { let bind_args: Vec<_> = env::args().collect(); let version = clang_version(); - let expected_version = if cfg!(feature = "llvm_stable") { + let expected_version = if cfg!(feature = "__testing_only_llvm_stable") { (3, 8) } else { (3, 9) |