Skip to content

Conversation

@jmikedupont2
Copy link

warning: hiding a lifetime that's elided elsewhere is confusing
  --> src/chunked_encoder.rs:57:26
   |
57 |     pub(crate) fn new(s: &mut String) -> StringSink {
   |                          ^^^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
   |                          |
   |                          the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
57 |     pub(crate) fn new(s: &mut String) -> StringSink<'_> {
   |                                                    ++++

warning: `base64` (lib) generated 1 warning (run `cargo fix --lib -p base64` to apply 1 suggestion)````

@jmikedupont2 jmikedupont2 changed the title buxfix buxfix problems with compiling ron and base64 on nix rustc 1.92.0-nightly (839222065 2025-10-05) Nov 12, 2025
jmikedupont2 pushed a commit to meta-introspector/cargo2nix that referenced this pull request Nov 12, 2025
Cargo.toml Outdated
[profile.test]
# Faster tests save much more than the increase in compilation time
opt-level = 3
[workspace]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the workspace? Perhaps a stray change from some tooling?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes sorry, ignore that

@jmikedupont2
Copy link
Author

removed the workspace, also some issues i had were nix building with no warnings for some reason

marshallpierce added a commit that referenced this pull request Dec 4, 2025
marshallpierce added a commit that referenced this pull request Dec 4, 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 this pull request may close these issues.

2 participants