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

Replace "lvalue" terminology with "place". #47837

Merged
merged 7 commits into from
Jan 29, 2018
Merged

Conversation

eddyb
Copy link
Member

@eddyb eddyb commented Jan 29, 2018

See #46425 for the previous PR (which only changed MIR-related code).

r? @nikomatsakis

@kennytm kennytm added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 29, 2018
@@ -4,7 +4,7 @@ error[E0070]: invalid left-hand side expression
13 | $thing = 42;
| ^^^^^^^^^^^ left-hand of expression not valid
...
19 | not_an_lvalue!(99);
19 | not_a_place!(99);
| ------------------- in this macro invocation
Copy link
Member

Choose a reason for hiding this comment

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

This line needs to be shortened.

[00:45:32] ---- [ui] ui/issue-26093.rs stdout ----
[00:45:32] 	diff of stderr:
[00:45:32] 
[00:45:32] 5	   |         ^^^^^^^^^^^ left-hand of expression not valid
[00:45:32] 6	...
[00:45:32] 7	19 |     not_a_place!(99);
[00:45:32] +	   |     ----------------- in this macro invocation
[00:45:32] -	   |     ------------------- in this macro invocation
[00:45:32] 9	
[00:45:32] 10	error: aborting due to previous error
[00:45:32] 11	

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh right, I'm not running ui tests locally because they were broken at some point...

@nikomatsakis
Copy link
Contributor

@bors r+

@bors
Copy link
Contributor

bors commented Jan 29, 2018

📌 Commit bba81c9 has been approved by nikomatsakis

@kennytm kennytm 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 Jan 29, 2018
@kennytm
Copy link
Member

kennytm commented Jan 29, 2018

@bors p=2

@bors
Copy link
Contributor

bors commented Jan 29, 2018

⌛ Testing commit bba81c9 with merge 90eb44a...

bors added a commit that referenced this pull request Jan 29, 2018
Replace "lvalue" terminology with "place".

See #46425 for the previous PR (which only changed MIR-related code).

r? @nikomatsakis
@bors
Copy link
Contributor

bors commented Jan 29, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: nikomatsakis
Pushing 90eb44a to master...

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.

4 participants