Uh oh!
There was an error while loading. Please reload this page.
Sync upstream - #95
Conversation
submodules: update clippy from 329923e to fdce47b Changes: ```` add CR feedback Improve documentation Use `edition:2018` flag more widely Update tests/ui/needless_doc_main.rs Move links to the end of each chapter on adding_lints Move links to the end of each chapter on CONTRIBUTING Clean-up adding_lints.md Clean-up CONTRIBUTING.md needless_doc_main: only check rust code Use `node_type_opt` over `node_type` Fix doc Fix ICE with trivial_bounds feature clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. update rust-lang.github.io to rustc-dev-guide.rust-lang.org Improve placeholder in map_unit_fn Fix match single binding when in a let stmt Improve error messages for {option,result}_map_unit_fn Mention the setup instructions in CONTRIBUTING redundant_pattern: take binding (ref, ref mut) into account in suggestion. check_pat: delay creation of the "normal" vec until we reach the branch where is is actually needed deps: bump itertools 0.8 -> 0.9 add lint on File::read_to_string and File::read_to_end transition rustc-guide to rustc-dev-guide Rename macro_use_import -> macro_use_imports warn on macro_use attr Fix deploy script for tag deploys ```` Fixes rust-lang#69957
adjust Miri to needs of changed unwinding strategy As expected, rust-lang/rust#67502 broke unwinding in Miri. To fix it we have to adjust parts of the engine and the panic runtime, which this PR does. The Miri-side changes are in rust-lang/miri#1227. Cc @oli-obk@Aaron1011@Mark-Simulacrum@Amanieu
vext01
commented
Mar 21, 2020
bors try |
tryBuild failed |
vext01
commented
Mar 22, 2020
bors try |
tryBuild failed |
vext01
commented
Mar 22, 2020
|
bjorn3
commented
Mar 22, 2020
That is rust-lang/rust#69933, which was fixed by rust-lang/rust#70172. |
vext01
commented
Mar 22, 2020
Thanks! I'll re-sync tomorrow. |
vext01
commented
Mar 23, 2020
bors try |
tryBuild succeeded |
vext01
commented
Mar 23, 2020
Right, good. I've used Sound good? If so I will force-push. (It was not easy...) |
ltratt
commented
Mar 23, 2020
Since Lukas was already happy with this, please force push. |
14905b2 to
b979ddeComparevext01
commented
Mar 23, 2020
There we go. Fingers crossed. |
ltratt
commented
Mar 23, 2020
bors r+ |
95: Sync upstream r=ltratt a=vext01 An inoffensive sync with upstream. Co-authored-by: Ralf Jung <post@ralfj.de> Co-authored-by: Jonas Schievink <jonasschievink@gmail.com> Co-authored-by: Camille GILLOT <gillot.camille@gmail.com> Co-authored-by: bors <bors@rust-lang.org> Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com> Co-authored-by: Amanieu d'Antras <amanieu@gmail.com> Co-authored-by: John Kåre Alsaker <john.kare.alsaker@gmail.com>
Build failed |
vext01
commented
Mar 23, 2020
I missed a bit. Can I squash it in? |
ptersilie
commented
Mar 23, 2020
Looks good to me. |
…nc-upstream-20200320
ef021de to
9cc7be1Comparevext01
commented
Mar 23, 2020
splat. |
ptersilie
commented
Mar 23, 2020
bors r+ |
Build succeeded |
vext01
commented
Mar 23, 2020
Yay :) |
An inoffensive sync with upstream.