Skip to content

Correctly translate clauses of associated items#1077

Merged
Nadrieril merged 3 commits intoAeneasVerif:mainfrom
Nadrieril:fix-more-bugs
Mar 30, 2026
Merged

Correctly translate clauses of associated items#1077
Nadrieril merged 3 commits intoAeneasVerif:mainfrom
Nadrieril:fix-more-bugs

Conversation

@Nadrieril
Copy link
Copy Markdown
Member

No description provided.

parent_clause1 = {built_in impl Sized for Option<T>[@TraitClause0]}
parent_clause2 = {built_in impl Sized for &'_ ()}
parent_clause3 = {built_in impl Sized for &'_ (Option<T>[@TraitClause0], &'_ ())}
parent_clause3 = {impl test_crate::params::Foo<'a, Option<T>[@TraitClause0], &'a (), &'a (Option<T>[@TraitClause0], &'a ())> for ()}<'a, T>[@TraitClause0]::parent_clause3
Copy link
Copy Markdown
Member Author

@Nadrieril Nadrieril Mar 30, 2026

Choose a reason for hiding this comment

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

This new proof is self-defined, which is a problem. Unfortunately I don't know how to circumvent that; probably blocked on the same thing as #513 namely our ability to use custom ParamEnvs in trait elaboration.

@Nadrieril Nadrieril added this pull request to the merge queue Mar 30, 2026
Merged via the queue into AeneasVerif:main with commit 2e050fb Mar 30, 2026
5 checks passed
@Nadrieril Nadrieril deleted the fix-more-bugs branch March 30, 2026 15:09
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.

1 participant