Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Sort function issue #54

Open
2 tasks
GabbyWhitis opened this issue Feb 17, 2023 · 0 comments
Open
2 tasks

[BUG]: Sort function issue #54

GabbyWhitis opened this issue Feb 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working stat:wait_for_ack Status to be acknowledged by assignee urg:medium Medium priority

Comments

@GabbyWhitis
Copy link
Contributor

Description of Bug

error[E0599]: `f32` is not an iterator
   --> src\main.rs:256:39
    |
256 |         let overall_cmp = b.overall().cmp(&a.overall());
    |                                       ^^^ `f32` is not an iterator
    |
    = note: the following trait bounds were not satisfied:
            `f32: Iterator`
            which is required by `&mut f32: Iterator`

error[E0599]: `f32` is not an iterator
   --> src\main.rs:258:35
    |
258 |             let bus_cmp = b.bus().cmp(&a.bus());
    |                                   ^^^ `f32` is not an iterator
    |
    = note: the following trait bounds were not satisfied:
            `f32: Iterator`
            which is required by `&mut f32: Iterator`

error[E0599]: `f32` is not an iterator
   --> src\main.rs:260:29
    |
260 |                 a.license().cmp(&b.license())
    |                             ^^^ `f32` is not an iterator
    |
    = note: the following trait bounds were not satisfied:
            `f32: Iterator`
            which is required by `&mut f32: Iterator`

Bug Output

No response

Bug Reproducability

No response

Is this a stalled or critical issue?

  • Critical
  • Stalled

What is the connected issue?

No response

@GabbyWhitis GabbyWhitis added bug Something isn't working stat:wait_for_ack Status to be acknowledged by assignee urg:medium Medium priority labels Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stat:wait_for_ack Status to be acknowledged by assignee urg:medium Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants