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

Rollup of 6 pull requests #28316

Merged
merged 13 commits into from
Sep 9, 2015
Merged

Rollup of 6 pull requests #28316

merged 13 commits into from
Sep 9, 2015

Conversation

rutsky and others added 13 commits September 7, 2015 09:41
…st a slice

This can be shown with the example code

```rust
fn main() {
    let () = include_bytes!("/etc/hosts");
}

Which will have the error:

expected `&[u8; 195]`,
    found `()`
Thanks Eric, reported via email
…excrichton

This can be shown with the example code

```rust
fn main() {
    let () = include_bytes!("/etc/hosts");
}

Which will have the error:

expected `&[u8; 195]`,
    found `()`
…bnik

The link address is defined below the paragraph so no need to have it inline.
@rust-highfive
Copy link
Contributor

r? @steveklabnik

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

@Manishearth
Copy link
Member Author

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Sep 9, 2015

📌 Commit 519a186 has been approved by Manishearth

@Manishearth
Copy link
Member Author

@bors p=3

@Manishearth
Copy link
Member Author

@bors rollup-

ugh

@Manishearth
Copy link
Member Author

@bors rollup- p=3

@bors
Copy link
Collaborator

bors commented Sep 9, 2015

⌛ Testing commit 519a186 with merge 3a4fb82...

bors added a commit that referenced this pull request Sep 9, 2015
@bors bors merged commit 519a186 into rust-lang:master Sep 9, 2015
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants