Skip to content

Fix type inference for proc expressions #10728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

sanxiyn
Copy link
Member

@sanxiyn sanxiyn commented Nov 29, 2013

Fix #10718.

p();
}

fn main() {
Copy link
Member

Choose a reason for hiding this comment

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

I think this main needs to be declared pub for the check-fast test target o windows to pass.

bors added a commit that referenced this pull request Dec 2, 2013
@bors bors closed this Dec 2, 2013
@sanxiyn sanxiyn deleted the proc branch December 3, 2013 08:37
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 5, 2023
`imprecise_flops`: Globally ignore `#[no_std]` crates

Really small fix.
Fixes rust-lang#10728
changelog: [`imprecise_flops`]: Fix false positives with `#[no_std]`
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.

type inferred for proc expression is not proc?
4 participants