-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 5 pull requests #72984
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 5 pull requests #72984
Conversation
Update src/librustc_resolve/diagnostics.rs Co-authored-by: David Wood <Q0KPU0H1YOEPHRY1R2SN5B5RL@david.davidtw.co> Minor refactoring rust-lang#72642 Fixed failing test-cases
…nas-schievink validate basic sanity for TerminatorKind r? @jonas-schievink This mainly checks that all `BasicBlock` actually exist. On top of that, it checks that `Call` actually calls something of `FnPtr`/`FnDef` type, and `Assert` has to work on a `bool`. Also `SwitchInt` cannot have an empty target list.
Add new E0758 error code
remove outdated fixme This function now accepts `impl Iterator<Item = ty::Predicate<'tcx>>`.
…tion, r=davidtwco Remove noisy suggestion Remove noisy suggestion rust-lang#72642
Hexagon libstd: fix typo for c_ulonglong
The job 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 |
spurious .... @bors retry |
not really though.. multiple failures @bors r- |
Successful merges:
Failed merges:
r? @ghost