Closed Bug 1897347 Opened 5 months ago Closed 5 months ago

[rustc 1.80] error: unexpected `cfg` condition value: `option_copy`

Categories

(Core :: Graphics: WebRender, defect)

defect

Tracking

()

RESOLVED FIXED
128 Branch
Tracking Status
firefox128 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

[task 2024-05-17T02:35:26.043Z] error: unexpected `cfg` condition value: `option_copy`
[task 2024-05-17T02:35:26.043Z]   --> peek-poke/tests/round_trip.rs:37:7
[task 2024-05-17T02:35:26.044Z]    |
[task 2024-05-17T02:35:26.044Z] 37 | #[cfg(feature = "option_copy")]
[task 2024-05-17T02:35:26.044Z]    |       ^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.044Z]    |
[task 2024-05-17T02:35:26.044Z]    = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.044Z]    = help: consider adding `option_copy` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.044Z]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.044Z] 
[task 2024-05-17T02:35:26.045Z] error: unexpected `cfg` condition value: `option_copy`
[task 2024-05-17T02:35:26.045Z]   --> peek-poke/tests/round_trip.rs:84:11
[task 2024-05-17T02:35:26.045Z]    |
[task 2024-05-17T02:35:26.045Z] 84 | #[cfg(any(feature = "option_copy", feature = "option_default"))]
[task 2024-05-17T02:35:26.046Z]    |           ^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.046Z]    |
[task 2024-05-17T02:35:26.046Z]    = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.046Z]    = help: consider adding `option_copy` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.047Z]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.047Z] 
[task 2024-05-17T02:35:26.047Z] error: unexpected `cfg` condition value: `option_default`
[task 2024-05-17T02:35:26.047Z]   --> peek-poke/tests/round_trip.rs:84:36
[task 2024-05-17T02:35:26.048Z]    |
[task 2024-05-17T02:35:26.048Z] 84 | #[cfg(any(feature = "option_copy", feature = "option_default"))]
[task 2024-05-17T02:35:26.048Z]    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.048Z]    |
[task 2024-05-17T02:35:26.049Z]    = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.049Z]    = help: consider adding `option_default` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.049Z]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.049Z] 
[task 2024-05-17T02:35:26.049Z] error: unexpected `cfg` condition value: `option_copy`
[task 2024-05-17T02:35:26.050Z]    --> peek-poke/tests/round_trip.rs:232:31
[task 2024-05-17T02:35:26.050Z]     |
[task 2024-05-17T02:35:26.050Z] 232 | #[cfg(all(feature = "extras", feature = "option_copy"))]
[task 2024-05-17T02:35:26.050Z]     |                               ^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.051Z]     |
[task 2024-05-17T02:35:26.051Z]     = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.051Z]     = help: consider adding `option_copy` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.051Z]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.051Z] 
[task 2024-05-17T02:35:26.052Z] error: unexpected `cfg` condition value: `option_copy`
[task 2024-05-17T02:35:26.052Z]    --> peek-poke/tests/round_trip.rs:113:19
[task 2024-05-17T02:35:26.052Z]     |
[task 2024-05-17T02:35:26.052Z] 113 |         #[cfg(any(feature = "option_copy", feature = "option_default"))]
[task 2024-05-17T02:35:26.052Z]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.053Z]     |
[task 2024-05-17T02:35:26.053Z]     = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.053Z]     = help: consider adding `option_copy` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.054Z]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.054Z] 
[task 2024-05-17T02:35:26.054Z] error: unexpected `cfg` condition value: `option_default`
[task 2024-05-17T02:35:26.054Z]    --> peek-poke/tests/round_trip.rs:113:44
[task 2024-05-17T02:35:26.054Z]     |
[task 2024-05-17T02:35:26.055Z] 113 |         #[cfg(any(feature = "option_copy", feature = "option_default"))]
[task 2024-05-17T02:35:26.055Z]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.055Z]     |
[task 2024-05-17T02:35:26.055Z]     = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.056Z]     = help: consider adding `option_default` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.056Z]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.056Z] 
[task 2024-05-17T02:35:26.057Z] error: unexpected `cfg` condition value: `option_copy`
[task 2024-05-17T02:35:26.057Z]    --> peek-poke/tests/round_trip.rs:121:19
[task 2024-05-17T02:35:26.057Z]     |
[task 2024-05-17T02:35:26.057Z] 121 |         #[cfg(any(feature = "option_copy", feature = "option_default"))]
[task 2024-05-17T02:35:26.058Z]     |                   ^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.058Z]     |
[task 2024-05-17T02:35:26.058Z]     = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.058Z]     = help: consider adding `option_copy` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.059Z]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.059Z] 
[task 2024-05-17T02:35:26.059Z] error: unexpected `cfg` condition value: `option_default`
[task 2024-05-17T02:35:26.059Z]    --> peek-poke/tests/round_trip.rs:121:44
[task 2024-05-17T02:35:26.060Z]     |
[task 2024-05-17T02:35:26.060Z] 121 |         #[cfg(any(feature = "option_copy", feature = "option_default"))]
[task 2024-05-17T02:35:26.060Z]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[task 2024-05-17T02:35:26.060Z]     |
[task 2024-05-17T02:35:26.061Z]     = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, `peek-poke-derive`
[task 2024-05-17T02:35:26.061Z]     = help: consider adding `option_default` as a feature in `Cargo.toml`
[task 2024-05-17T02:35:26.061Z]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[task 2024-05-17T02:35:26.062Z] 
[task 2024-05-17T02:35:26.174Z] error: could not compile `peek-poke` (test "round_trip") due to 9 previous errors
Pushed by mh@glandium.org: https://hg.mozilla.org/integration/autoland/rev/400ef88f7e8e Remove peek-poke tests behind features that don't exist. r=gfx-reviewers,nical
Status: NEW → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: