Skip to content

Only use layout_for_ptr feature for zerocopy tests#3374

Open
erickt wants to merge 1 commit into
google:mainfrom
erickt:layout-for-ptr
Open

Only use layout_for_ptr feature for zerocopy tests#3374
erickt wants to merge 1 commit into
google:mainfrom
erickt:layout-for-ptr

Conversation

@erickt
Copy link
Copy Markdown

@erickt erickt commented May 14, 2026

This puts the use of the unstable feature layout_for_ptr behind all(miri, miri_unstable_features), since it is only necessary for zerocopy tests, not for downstream users.

This puts the use of the unstable feature `layout_for_ptr` behind
`all(miri, miri_unstable_features)`, since it is only necessary for
zerocopy tests, not for downstream users.
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.88%. Comparing base (be6f199) to head (0c50f2c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3374   +/-   ##
=======================================
  Coverage   91.88%   91.88%           
=======================================
  Files          20       20           
  Lines        6076     6076           
=======================================
  Hits         5583     5583           
  Misses        493      493           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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