Skip to content

Commit 14bf3b7

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 ea92534 commit 14bf3b7

File tree

3 files changed

+30
-45
lines changed

3 files changed

+30
-45
lines changed

servo/Cargo.lock

Lines changed: 13 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servo/components/script/lib.rs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,22 @@ const_fn
9393
[
9494
feature
9595
(
96+
const_ptr_null
97+
)
98+
]
99+
#
100+
!
101+
[
102+
feature
103+
(
104+
const_ptr_null_mut
105+
)
106+
]
107+
#
108+
!
109+
[
110+
feature
111+
(
96112
core_intrinsics
97113
)
98114
]

servo/rust-toolchain

Lines changed: 1 addition & 1 deletion
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)