Skip to content

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Dec 3, 2015

s/isize/i32

@rust-highfive
Copy link
Contributor

r? @arielb1

(rust_highfive has picked a reviewer for you, use r? to override)

/// fn borrow(x: &int) -> &isize {x}
/// fn foo(x: @int) -> isize { // block: B
/// fn borrow(x: &i32) -> &i32 {x}
/// fn foo(x: @i32) -> i32 { // block: B
Copy link
Contributor

Choose a reason for hiding this comment

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

There's still a @dinosaur there.

@arielb1
Copy link
Contributor

arielb1 commented Dec 3, 2015

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Dec 3, 2015

📌 Commit 57dad53 has been approved by arielb1

bors added a commit that referenced this pull request Dec 3, 2015
@bors
Copy link
Collaborator

bors commented Dec 3, 2015

⌛ Testing commit 57dad53 with merge f016b77...

@bors bors merged commit 57dad53 into rust-lang:master Dec 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants