Skip to content

Conversation

@alilleybrinker
Copy link

The prior macro expansion could produce errors if the macros were called in a context where Result is redefined, for example in a crate with its own Result type which pre-fills the error type. This replaces existing Result uses with std::result::Result to avoid the compilation error in that case.

The prior macro expansion could produce errors if the macros were called in a context where `Result` is redefined, for example in a crate with its own `Result` type which pre-fills the error type. This replaces existing `Result` uses with `std::result::Result` to avoid the compilation error in that case.
@netlify
Copy link

netlify bot commented Nov 18, 2025

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit 08afee0
🔍 Latest deploy log https://app.netlify.com/projects/salsa-rs/deploys/691cb3a8bf94b80008100a4a

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 18, 2025

CodSpeed Performance Report

Merging #1025 will not alter performance

Comparing alilleybrinker:patch-1 (08afee0) with master (a885bb4)

Summary

✅ 13 untouched

@MichaReiser
Copy link
Contributor

Thank you. Would you mind adding a test so that we catch future regressions early

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