Skip to content

Commit

Permalink
Auto merge of rust-lang#3769 - primoly:miri-start, r=RalfJung
Browse files Browse the repository at this point in the history
Add `miri_start` support

This PR uses a function with the exported symbol `miri_start` as a drop-in alternative to `#[start]`. So the signature stays the same as suggested in [this comment](rust-lang/miri#3498 (comment)). <del>I’ve also removed Miri’s restriction  to only work on bin crates as I don’t think this is necessary anymore.</del>

Closes rust-lang#3758
  • Loading branch information
bors committed Aug 2, 2024
2 parents 13f7536 + 8ad2b26 commit bc6ab6a
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit bc6ab6a

Please sign in to comment.