Skip to content

Add and remove some ignore-win32 flags - #13275

Closed
klutzy wants to merge 3 commits into
rust-lang:masterfrom
klutzy:make-check-win32
Closed

Add and remove some ignore-win32 flags#13275
klutzy wants to merge 3 commits into
rust-lang:masterfrom
klutzy:make-check-win32

Conversation

@klutzy

Copy link
Copy Markdown
Contributor

This fixes the easy parts of #12745.

Comment threadsrc/compiletest/procsrv.rs Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can this be

letmut new_env = env.move_iter().map(|(k, v)| {let new_v = if"PATH" == k {format!("{};{};{}",*v, lib_path, aux_path)}else{
v
};(k, new_v)}).collect();

instead of a manual loop? (It doesn't really matter particularly.)

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

right. fixed!

@borsbors closed this in e7fe207Apr 4, 2014
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Oct 11, 2022
Fix find_path using the wrong module for visibility calculations
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.

4 participants

@klutzy@alexcrichton@huonw@bors