We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"gimli-symbolize"
1 parent 4c8bdb1 commit b17b757Copy full SHA for b17b757
.travis.yml
@@ -44,6 +44,11 @@ matrix:
44
script: *test_all
45
46
# Test features with std on Rust 1.25.0 for backward compatibility
47
+ #
48
+ # Not supported:
49
50
+ # * no_std
51
+ # * gimli-symbolize feature
52
- rust: 1.25.0
53
script:
54
- cargo build --manifest-path backtrace-sys/Cargo.toml
@@ -59,7 +64,6 @@ matrix:
59
64
- cargo test --no-default-features --features 'serialize-rustc std'
60
65
- cargo test --no-default-features --features 'serialize-rustc serialize-serde std'
61
66
- cargo test --no-default-features --features 'cpp_demangle std'
62
- - cargo test --no-default-features --features 'gimli-symbolize std'
63
67
- cd ./cpp_smoke_test && cargo test && cd ..
68
- cargo clean && cargo build
69
0 commit comments