-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 6 pull requests #70653
Rollup of 6 pull requests #70653
Conversation
This diff improves error messages around raw strings in a few ways: - Catch extra trailing `#` in the parser. This can't be handled in the lexer because we could be in a macro that actually expects another # (see test) - Refactor & unify error handling in the lexer between ByteStrings and RawByteStrings - Detect potentially intended terminators (longest sequence of "#*" is suggested)
This is a pure refactoring with no behavior changes.
This is a follow-up to rust-lang#70123, which added `llvm-config --libdir` to the `LIBRARY_PATH` for rustc tools. We need the same for "run-make-fulldeps" and "ui-fulldeps" tests which depend on compiler libraries, implicitly needing to link to `-lLLVM` as well.
⌛ Testing commit c1419b4 with merge 5ab42ba86a9f77a7c961bfd7e362e9647471c5da... |
@bors treeclosed=500 |
💔 Test failed - checks-azure |
@bors retry |
@bors p=1000 |
⌛ Testing commit c1419b4 with merge cd9540e58384763651b11f178fcbfad1d258e488... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors retry |
☀️ Test successful - checks-azure |
📣 Toolstate changed by #70653! Tested on commit 235938d. 💔 clippy-driver on windows: test-fail → build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). |
Tested on commit rust-lang/rust@235938d. Direct link to PR: <rust-lang/rust#70653> 💔 clippy-driver on windows: test-fail → build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). 💔 clippy-driver on linux: test-fail → build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). 💔 miri on windows: test-pass → build-fail (cc @oli-obk @eddyb @RalfJung). 💔 miri on linux: test-pass → build-fail (cc @oli-obk @eddyb @RalfJung).
Successful merges:
-Z dump-mir-dataflow
flag for dumping dataflow results visualization #70511 (Add-Z dump-mir-dataflow
flag for dumping dataflow results visualization)can_unwind
field toFnAbi
#70547 (Addcan_unwind
field toFnAbi
)Failed merges:
rustc_middle
#70634 (Remove some reexports inrustc_middle
)r? @ghost