Skip to content

test stable_encodable fails to compile with "missing fragment specifier" #45

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

Closed
jayvdb opened this issue Jan 18, 2025 · 1 comment
Closed

Comments

@jayvdb
Copy link

jayvdb commented Jan 18, 2025

cargo test fails to build tests with

error: missing fragment specifier
   --> tests/stable_encodable.rs:120:28
    |
120 |         ($ty_name:ident: $($tail)*)
    |                            ^^^^^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #40107 <https://github.com/rust-lang/rust/issues/40107>
    = note: `#[deny(missing_fragment_specifier)]` on by default
@jayvdb jayvdb changed the title test stable_encodable.rs fails to compile with "missing fragment specifier" test stable_encodable fails to compile with "missing fragment specifier" Jan 18, 2025
@jayvdb
Copy link
Author

jayvdb commented Jan 18, 2025

Dup of #33

@jayvdb jayvdb closed this as completed Jan 18, 2025
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