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 4 pull requests #59570

Closed
wants to merge 11 commits into from
Closed

Rollup of 4 pull requests #59570

wants to merge 11 commits into from

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Mar 30, 2019

Successful merges:

Failed merges:

r? @ghost

benesch and others added 11 commits March 24, 2019 22:06
The CSS for the docs homepage (docs.rust-lang.org) was using the wrong
URL for the body font, resulting in the fallback serif font being used,
instead of the desired Source Serif Pro fonts.
…ths-libstd, r=oli-obk

libstd: deny(elided_lifetimes_in_paths)

r? @oli-obk
doc: use correct body font URLs

The CSS for the docs homepage (docs.rust-lang.org) was using the wrong
URL for the body font, resulting in the fallback serif font being used,
instead of the desired Source Serif Pro fonts.

(It's worth noting that the CSS for rustdoc's API generation got these URLs right.)
Changed reference style in dbg macro docs.

# Description

A continuation of Pull Request rust-lang#59528 :
- Fixed method of referencing and adjusted the references as suggested by @lzutao
…, r=frewsxcv

Add book.toml with title to unstable-book doc

Adding a title to the unstable book based on rust-lang#59554
@Centril
Copy link
Contributor Author

Centril commented Mar 30, 2019

@bors r+ p=4

@bors
Copy link
Contributor

bors commented Mar 30, 2019

📌 Commit bb10b54 has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 30, 2019
@bors
Copy link
Contributor

bors commented Mar 30, 2019

⌛ Testing commit bb10b54 with merge c0a14d7deccfcaae9e52f432c95b6433bb1f5d77...

@bors
Copy link
Contributor

bors commented Mar 30, 2019

💔 Test failed - checks-travis

@rust-highfive
Copy link
Collaborator

The job dist-various-2 of your PR failed on Travis (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.
[01:09:25] 
[01:09:26] error: hidden lifetime parameters in types are deprecated
[01:09:26]    --> src/libstd/sys/wasi/fd.rs:284:24
[01:09:26]     |
[01:09:26] 284 |         ri_data: &mut [IoVecMut],
[01:09:26] 
[01:09:31] error: aborting due to previous error
[01:09:31] 
[01:09:31] [RUSTC-TIMING] std test:false 6.175
---
travis_time:end:14eb772e:start=1553983722671698088,finish=1553983722679876870,duration=8178782
travis_fold:end:after_failure.3
travis_fold:start:after_failure.4
travis_time:start:0b6fb149
$ ln -s . checkout && for CORE in obj/cores/core.*; do EXE=$(echo $CORE | sed 's|obj/cores/core\.[0-9]*\.!checkout!\(.*\)|\1|;y|!|/|'); if [ -f "$EXE" ]; then printf travis_fold":start:crashlog\n\033[31;1m%s\033[0m\n" "$CORE"; gdb --batch -q -c "$CORE" "$EXE" -iex 'set auto-load off' -iex 'dir src/' -iex 'set sysroot .' -ex bt -ex q; echo travis_fold":"end:crashlog; fi; done || true
travis_fold:end:after_failure.4
travis_fold:start:after_failure.5
travis_time:start:160b0226
travis_time:start:160b0226
$ cat ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers || true
cat: ./obj/build/x86_64-unknown-linux-gnu/native/asan/build/lib/asan/clang_rt.asan-dynamic-i386.vers: No such file or directory
travis_fold:end:after_failure.5
travis_fold:start:after_failure.6
travis_time:start:05dde3c0
$ dmesg | grep -i kill

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 @TimNN. (Feature Requests)

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 30, 2019
@Centril Centril closed this Mar 30, 2019
@Centril Centril deleted the rollup branch March 30, 2019 22:14
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 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 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants