-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Can't compile "libc.rs" for iOS #11336
Comments
https://github.com/mozilla/rust/blob/master/src/libstd/libc.rs#L1163 etc. probably needs an additional Compare with Android: https://github.com/mozilla/rust/blob/master/src/libstd/libc.rs#L305 |
@kud1ing I would maybe start by looking at the modules tagged under |
One gets an overview of the cases with |
Use ui_test's Windows path backslash heuristic changelog: none Instead of unconditionally replacing `\` with `/` we now use [`Match::PathBackslash`](https://docs.rs/ui_test/latest/ui_test/enum.Match.html#variant.PathBackslash) to only replace backslashes in paths that look like windows paths `ui-toml` and `ui-cargo` tests still use the old way because they produce verbatim paths on windows in some tests (`\\?\C:\foo\...`) which was finnicky to get the replacement order correct with Also removes the `ui_test` -> `compiletest` alias and `VarGuard`
The text was updated successfully, but these errors were encountered: