ci: update nightly and fix all sorts of new failures (#2852)

* ci: update miri flags

* ci: fix doc warnings

* doc: fix some links

Cherry-pick of 18ed761 from #2834

* ci: cherry-pick 00a2849

From: #2793

* ci: cherry-pick 6b61212

From: #2793

Co-authored-by: Blas Rodriguez Irizar <[email protected]>
This commit is contained in:
Alice Ryhl
2020-09-21 18:57:27 +02:00
committed by GitHub
co-authored by Blas Rodriguez Irizar
parent f0328f7810
commit 2b96b1773d
9 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ name: CI
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
nightly: nightly-2020-07-12
nightly: nightly-2020-09-21
minrust: 1.39.0
jobs:
@@ -110,7 +110,7 @@ jobs:
rm -rf tokio/tests
- name: miri
run: cargo miri test --features rt-core,rt-threaded,rt-util,sync -- -- task
run: cargo miri test --features rt-core,rt-threaded,rt-util,sync task
working-directory: tokio
cross: