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

ci: semver checks fail with a compiler error #2470

Closed
agilarity opened this issue Mar 30, 2024 · 0 comments · Fixed by #2471
Closed

ci: semver checks fail with a compiler error #2470

agilarity opened this issue Mar 30, 2024 · 0 comments · Fixed by #2471

Comments

@agilarity
Copy link
Contributor

agilarity commented Mar 30, 2024

Problem

Semver Check began failing with this kind of error 5 days ago.

error[E0658]: `#[diagnostic]` attribute name space is experimental
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-0.7.5/src/handler/mod.rs:130:5
    |
130 |     diagnostic::on_unimplemented(
    |     ^^^^^^^^^^
    |
    = note: see issue #111[99](https://github.com/leptos-rs/leptos/actions/runs/8486766252/job/23253797016#step:3:100)6 <https://github.com/rust-lang/rust/issues/111996> for more information
    = help: add `#![feature(diagnostic_namespace)]` to the crate attributes to enable
    = note: this compiler was built on 2024-01-27; consider upgrading it if it is out of date

For more information about this error, try `rustc --explain E0658`.
error: could not compile `axum` (lib) due to 1 previous error

Observations

  • I reproduced the problem locally, even against a known good commit (5819014c).
  • The blame seems to fall outside the leptos code.

Workaround

  • I can submit a PR tomorrow to disable the semver checks for now.
  • FYI: @gbj @benwis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant