Skip to content

Roll pinned Rust toolchain#1100

Closed
joshlf wants to merge 1 commit intoAeneasVerif:mainfrom
joshlf:roll
Closed

Roll pinned Rust toolchain#1100
joshlf wants to merge 1 commit intoAeneasVerif:mainfrom
joshlf:roll

Conversation

@joshlf
Copy link
Copy Markdown
Contributor

@joshlf joshlf commented Apr 16, 2026

No description provided.

@joshlf joshlf force-pushed the roll branch 2 times, most recently from c44afa2 to 57c0c98 Compare April 16, 2026 17:41
@joshlf
Copy link
Copy Markdown
Contributor Author

joshlf commented Apr 16, 2026

Looks like this update breaks expectations from Aeneas and Eurydice. How do you normally handle that? Is there a recommended graceful upgrade path?

Comment on lines 22 to -24
/// Reflects [`rustc_hir::def::DefKind`]
#[derive(AdtInto)]
#[args(<S>, from: rustc_hir::def::DefKind, state: S as tcx)]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Calling this out – not sure of the significance of this change or why the agent did it.

ForeignMod,
AnonConst,
InlineConst,
#[disable_mapping]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Calling this out – not sure of the significance of this change or why the agent did it.

Comment on lines -676 to -687
// In a case like:
// ```
// impl<T, U> Trait for Result<T, U>
// where
// for<'a> &'a Result<T, U>: IntoIterator,
// for<'a> <&'a Result<T, U> as IntoIterator>::Item: Copy,
// {}
// ```
// the `&'a Result<T, U> as IntoIterator` trait ref has escaping bound variables
// yet we dont have a binder around (could even be several). Binding this correctly
// is therefore difficult. Since our trait resolution ignores lifetimes anyway, we
// just erase them. See also https://github.com/hacspec/hax/issues/747.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Calling this out – should I keep this comment, or was the agent right to remove it?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

definitely should be kept

@Nadrieril
Copy link
Copy Markdown
Member

there is already #1033 waiting that bumps it a bit forward, let's wait for that

@Nadrieril Nadrieril closed this Apr 17, 2026
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