Skip to content

Commit b76d371

Browse files
committed
servo: Merge #18541 - Upgrade to rustc 1.22.0-nightly (277476c4f 2017-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
1 parent f1ba1c5 commit b76d371

File tree

3 files changed

+30
-45
lines changed

3 files changed

+30
-45
lines changed

servo/Cargo.lock

+13-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servo/components/script/lib.rs

+16
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ const_fn
3535
[
3636
feature
3737
(
38+
const_ptr_null
39+
)
40+
]
41+
#
42+
!
43+
[
44+
feature
45+
(
46+
const_ptr_null_mut
47+
)
48+
]
49+
#
50+
!
51+
[
52+
feature
53+
(
3854
core_intrinsics
3955
)
4056
]

servo/rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ nightly
44
-
55
09
66
-
7-
08
7+
17

0 commit comments

Comments
 (0)