Skip to content

Commit b8a9a70

Browse files
authored
Merge pull request #439 from dtolnay/backtrace
Remove `feature = "backtrace"` conditional code
2 parents 2a2a3ce + a42fc2c commit b8a9a70

File tree

4 files changed

+17
-407
lines changed

4 files changed

+17
-407
lines changed

build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ use std::path::Path;
99
use std::process::{self, Command, Stdio};
1010
use std::str;
1111

12-
#[cfg(all(feature = "backtrace", not(feature = "std")))]
13-
compile_error! {
14-
"`backtrace` feature without `std` feature is not supported"
15-
}
16-
1712
fn main() {
1813
let mut error_generic_member_access = false;
1914
if cfg!(feature = "std") {

0 commit comments

Comments
 (0)