Skip to content
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

Remove a few Rcs from RegionInferenceCtxt #69967

Merged
merged 4 commits into from
Mar 15, 2020
Merged

Conversation

mark-i-m
Copy link
Member

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 13, 2020
@rust-highfive
Copy link
Collaborator

The job x86_64-gnu-llvm-7 of 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.
2020-03-13T04:36:41.6477066Z ========================== Starting Command Output ===========================
2020-03-13T04:36:41.6480006Z [command]/bin/bash --noprofile --norc /home/vsts/work/_temp/b84985df-c226-4e76-9f00-69a9645593cb.sh
2020-03-13T04:36:41.6480331Z 
2020-03-13T04:36:41.6484135Z ##[section]Finishing: Disable git automatic line ending conversion
2020-03-13T04:36:41.6506795Z ##[section]Starting: Checkout rust-lang/rust@refs/pull/69967/merge to s
2020-03-13T04:36:41.6510582Z Task         : Get sources
2020-03-13T04:36:41.6510955Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
2020-03-13T04:36:41.6511318Z Version      : 1.0.0
2020-03-13T04:36:41.6511583Z Author       : Microsoft
---
2020-03-13T04:36:42.6508218Z ##[command]git remote add origin https://github.com/rust-lang/rust
2020-03-13T04:36:42.6516730Z ##[command]git config gc.auto 0
2020-03-13T04:36:42.6521533Z ##[command]git config --get-all http.https://github.com/rust-lang/rust.extraheader
2020-03-13T04:36:42.6526100Z ##[command]git config --get-all http.proxy
2020-03-13T04:36:42.6533620Z ##[command]git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --progress --no-recurse-submodules --depth=2 origin +refs/heads/*:refs/remotes/origin/* +refs/pull/69967/merge:refs/remotes/pull/69967/merge

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 @rust-lang/infra. (Feature Requests)

@matthewjasper
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Mar 14, 2020

📌 Commit a58b17f has been approved by matthewjasper

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 14, 2020
bors added a commit that referenced this pull request Mar 15, 2020
Rollup of 7 pull requests

Successful merges:

 - #69357 (Emit 1-based column numbers in debuginfo)
 - #69471 (Remove `sip::Hasher::short_write`.)
 - #69498 (Change "method" to "associated function")
 - #69967 (Remove a few `Rc`s from RegionInferenceCtxt)
 - #69987 (Add self to .mailmap)
 - #69991 (fix E0117 message out of sync)
 - #69993 (Add long error explanation for E0693)

Failed merges:

r? @ghost
bors added a commit that referenced this pull request Mar 15, 2020
Rollup of 7 pull requests

Successful merges:

 - #69357 (Emit 1-based column numbers in debuginfo)
 - #69471 (Remove `sip::Hasher::short_write`.)
 - #69498 (Change "method" to "associated function")
 - #69967 (Remove a few `Rc`s from RegionInferenceCtxt)
 - #69987 (Add self to .mailmap)
 - #69991 (fix E0117 message out of sync)
 - #69993 (Add long error explanation for E0693)

Failed merges:

r? @ghost
@bors bors merged commit bf6e715 into rust-lang:master Mar 15, 2020
@mark-i-m mark-i-m deleted the rinfctx branch March 15, 2020 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible enhancement for nll::region_infer::RegionInferenceContext
5 participants