-
Notifications
You must be signed in to change notification settings - Fork 965
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
Upgrade to Rust 1.80.0 #5472
Upgrade to Rust 1.80.0 #5472
Conversation
@@ -204,15 +204,17 @@ impl Interpreter { | |||
|
|||
/// Returns the [`Tags`] for this Python executable. | |||
pub fn tags(&self) -> Result<&Tags, TagsError> { | |||
self.tags.get_or_try_init(|| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't stable, unfortunately, so it's manually implemented below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some day rust-lang/rust#109737 🙏
8c5708b
to
50fe323
Compare
a418759
to
4b64b53
Compare
re: |
4b64b53
to
893a54d
Compare
893a54d
to
4331aad
Compare
CodSpeed Performance ReportMerging #5472 will degrade performances by 11.11%Comparing Summary
Benchmarks breakdown
|
No description provided.