Skip to content

fix(compiler): handle nested container ref pointer options in Rust compiler correctly#3731

Merged
chaokunyang merged 1 commit into
apache:mainfrom
BaldDemian:rust-nested-container
Jun 2, 2026
Merged

fix(compiler): handle nested container ref pointer options in Rust compiler correctly#3731
chaokunyang merged 1 commit into
apache:mainfrom
BaldDemian:rust-nested-container

Conversation

@BaldDemian
Copy link
Copy Markdown
Contributor

@BaldDemian BaldDemian commented Jun 2, 2026

Why?

The Rust compiler should correctly apply ref pointer options for nested container element/value references.

What does this PR do?

  • Handle nested container ref pointer options correctly.
  • Add corresponding testcase.

Related issues

Fixes #3730.

AI Contribution Checklist

  • Substantial AI assistance was used in this PR: no
  • If yes, I included a completed AI Contribution Checklist in this PR description and the required AI Usage Disclosure.
  • If yes, my PR description includes the required ai_review summary and screenshot evidence of the final clean AI review results from both fresh reviewers on the current PR diff or current HEAD after the latest code changes.

Does this PR introduce any user-facing change?

N/A.

Benchmark

N/A.

@BaldDemian BaldDemian force-pushed the rust-nested-container branch from 108ff27 to 3a96e7a Compare June 2, 2026 09:51
@BaldDemian BaldDemian changed the title fix(compiler): handle nested container ref pointer options correctly fix(compiler): handle nested container ref pointer options in Rust compiler correctly Jun 2, 2026
Copy link
Copy Markdown
Collaborator

@chaokunyang chaokunyang left a comment

Choose a reason for hiding this comment

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

LGTM

@chaokunyang chaokunyang merged commit 33b0d6e into apache:main Jun 2, 2026
47 checks passed
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.

[Rust] Rust compiler ignores nested container ref pointer options

2 participants