Skip to content

Commit

Permalink
servo: Merge #18541 - Upgrade to rustc 1.22.0-nightly (277476c4f 2017…
Browse files Browse the repository at this point in the history
…-09-16) (from servo:rustup); r=SimonSapin

rust-lang/rust#43017

Source-Repo: https://github.com/servo/servo
Source-Revision: c28cf7490f2def7335c7c12e70e12e343eb1ec05

UltraBlame original commit: 14d7326af64d60a6be900427b468f94c7a2d2fda
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent 23a6acd commit 0a7604c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
23 changes: 11 additions & 12 deletions servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions servo/components/script/lib.rs
Expand Up @@ -6,6 +6,8 @@
#![feature(box_syntax)]
#![feature(conservative_impl_trait)]
#![feature(const_fn)]
#![feature(const_ptr_null)]
#![feature(const_ptr_null_mut)]
#![feature(core_intrinsics)]
#![feature(mpsc_select)]
#![feature(nonzero)]
Expand Down
2 changes: 1 addition & 1 deletion servo/rust-toolchain
@@ -1 +1 @@
nightly-2017-09-08
nightly-2017-09-17

0 comments on commit 0a7604c

Please sign in to comment.