@@ -46,7 +46,7 @@ matrix:
46
46
- name : cargo +stable build --no-default-features
47
47
rust : nightly
48
48
env :
49
- - RUSTFLAGS="-Z allow-features="
49
+ - RUSTFLAGS="-Z allow-features=proc_macro_span" # TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1564
50
50
script :
51
51
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
52
52
- cargo build --manifest-path futures/Cargo.toml --no-default-features
@@ -60,7 +60,7 @@ matrix:
60
60
- name : cargo +stable build (alloc)
61
61
rust : nightly
62
62
env :
63
- - RUSTFLAGS="-Z allow-features="
63
+ - RUSTFLAGS="-Z allow-features=proc_macro_span" # TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1564
64
64
script :
65
65
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
66
66
- cargo build --manifest-path futures/Cargo.toml --no-default-features --features alloc
@@ -71,15 +71,15 @@ matrix:
71
71
- name : cargo +stable build (default features)
72
72
rust : nightly
73
73
env :
74
- - RUSTFLAGS="-Z allow-features="
74
+ - RUSTFLAGS="-Z allow-features=proc_macro_span" # TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1564
75
75
script :
76
76
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
77
77
- cargo build --all
78
78
79
79
- name : cargo +stable build (compat feature)
80
80
rust : nightly
81
81
env :
82
- - RUSTFLAGS="-Z allow-features="
82
+ - RUSTFLAGS="-Z allow-features=proc_macro_span" # TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1564
83
83
script :
84
84
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
85
85
- cargo build --manifest-path futures/Cargo.toml --features io-compat
0 commit comments