Skip to content

When building a test runner, don't remove the main function - #4497

Merged
brson merged 1 commit into
rust-lang:incomingfrom
ILyoan:i4488
Jan 16, 2013
Merged

When building a test runner, don't remove the main function#4497
brson merged 1 commit into
rust-lang:incomingfrom
ILyoan:i4488

Conversation

@ILyoan

Copy link
Copy Markdown
Contributor

fix issue #4488

brson added a commit that referenced this pull request Jan 16, 2013
When building a test runner, don't remove the main function
@brson
brson merged commit bd6536f into rust-lang:incomingJan 16, 2013
@brson

Copy link
Copy Markdown
Contributor

Thanks!

@ILyoan

Copy link
Copy Markdown
ContributorAuthor

thanks

RalfJung added a commit to RalfJung/rust that referenced this pull request Jul 27, 2025
introduce a macro for shim signature checking
RalfJung added a commit to RalfJung/rust that referenced this pull request Jul 28, 2025
introduce a macro for shim signature checking
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
4497: Create LowerCtx on the fly r=matklad a=edwin0cheng
Previously we create `LowerCtx` at the beginning of lowering, however, the hygiene content is in fact changing between macro expression expanding. This PR change it to create the `LowerCtx` on the fly to fix above bug.
However, rust-lang#4465 is not fixed by this PR, the goto-def is still not work yet. It only fixed the infer part. Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
Sign up for freeto 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

@ILyoan@brson